| 8 Jan 2026 |
vcunat | I can un-disable, but that django version still won't build. | 21:32:21 |
vcunat | (that's why I looked for what happened to that version on unstable and backported the disablement blindly) | 21:32:53 |
hexa | I know | 21:33:08 |
hexa | disable the one failing test | 21:45:43 |
hexa | and fixed the formatting on awscli2 | 21:45:49 |
hexa | might warrant a new eval | 21:45:59 |
vcunat | Done. Still a few different darwin blockers, sigh.
https://hydra.nixos.org/build/318586458 | 22:59:02 |
hexa |  Download Screenshot_20260109-001830.png | 23:18:38 |
hexa | All macs are on Tahoe (26) 🤷 | 23:19:05 |
Sergei Zimmerman (xokdvium) | Thanks apple | 23:42:43 |
hexa | ___________ TestTranslateSearch.test_search_dates_with_prepositions ____________
self = <tests.test_search.TestTranslateSearch testMethod=test_search_dates_with_prepositions>
def test_search_dates_with_prepositions(self):
"""Test `search_dates` for parsing Russian date ranges with prepositions and language detection."""
result = search_dates(
"Сервис будет недоступен с 12 января по 30 апреля.",
add_detected_language=True,
languages=["ru"],
)
expected = [
("12 января", datetime.datetime(2025, 1, 12, 0, 0), "ru"),
("30 апреля", datetime.datetime(2025, 4, 30, 0, 0), "ru"),
]
> assert result == expected
^^^^^^^^^^^^^^^^^^
E AssertionError
/build/source/tests/test_search.py:1105: AssertionError
| 23:53:14 |
hexa | thanks dateparser | 23:53:17 |
hexa | * ___________ TestTranslateSearch.test_search_dates_with_prepositions ____________
self = <tests.test_search.TestTranslateSearch testMethod=test_search_dates_with_prepositions>
def test_search_dates_with_prepositions(self):
"""Test `search_dates` for parsing Russian date ranges with prepositions and language detection."""
result = search_dates(
"Сервис будет недоступен с 12 января по 30 апреля.",
add_detected_language=True,
languages=["ru"],
)
expected = [
("12 января", datetime.datetime(2025, 1, 12, 0, 0), "ru"),
("30 апреля", datetime.datetime(2025, 4, 30, 0, 0), "ru"),
]
> assert result == expected
^^^^^^^^^^^^^^^^^^
E AssertionError
/build/source/tests/test_search.py:1105: AssertionError
| 23:53:46 |
hexa | * ___________ TestTranslateSearch.test_search_dates_with_prepositions ____________
self = <tests.test_search.TestTranslateSearch testMethod=test_search_dates_with_prepositions>
def test_search_dates_with_prepositions(self):
"""Test `search_dates` for parsing Russian date ranges with prepositions and language detection."""
result = search_dates(
"Сервис будет недоступен с 12 января по 30 апреля.",
add_detected_language=True,
languages=["ru"],
)
expected = [
("12 января", datetime.datetime(2025, 1, 12, 0, 0), "ru"),
("30 апреля", datetime.datetime(2025, 4, 30, 0, 0), "ru"),
]
> assert result == expected
^^^^^^^^^^^^^^^^^^
E AssertionError
/build/source/tests/test_search.py:1105: AssertionError
| 23:53:54 |
hexa | I could have sworn this test worked last year | 23:54:19 |
hexa | https://github.com/scrapinghub/dateparser/commit/6b23348b9367d43bebc9a40b00dda3363eb2acd5 | 23:54:31 |
| 9 Jan 2026 |
Grimmauld (any/all) | Isn't there a race condition now, where this test may still fail if this runs precisely at midnight at new years? But I guess they don't care about that flakyness | 08:53:12 |
| tollb1 joined the room. | 15:16:27 |
| 10 Jan 2026 |
emily | vcunat: re https://github.com/NixOS/nixpkgs/pull/475079#issuecomment-3729291268, I have a patch locally IIRC. although I thought this got fixed on unstable, so might just be a matter of a cherry-pick(?). will try to take a look tomorrow… | 02:28:13 |
emily | (it just needs the test disabling on IIRC <21, we already have some condition for it that just needs expanding) | 02:28:32 |
vcunat | I think it's new issue due to builder's update, so we might've not experienced it on unstable yet. | 06:12:02 |
Fabián Heredia | Just as a heads up before staging-next: https://github.com/NixOS/nixpkgs/pull/478052
This one was reverted from master due to accidental mass rebuild but hasn't been merged into staging. | 06:15:27 |
vcunat | Can you send it somewhere? I'd really like to merge staging-next-25.11 already, though I'm not sure I even want to wait for darwin... | 06:21:49 |
vcunat | So, staging-next-25.11 merged now. | 07:05:34 |
vcunat | nixpkgs-25.11-darwin channel will just lag until someone fixes the worst 🤷 | 07:06:04 |
vcunat | In the past few weeks I spent most of my nix* time on darwin, just in order to unblock mergers/channels shared with linux. | 07:07:10 |
vcunat | * In the past few weeks I spent most of my nix* time on darwin, just in order to unblock merger/channels shared with linux. | 07:07:31 |
vcunat | * In the past few weeks I spent most of my nix* time on darwin, just in order to unblock merges/channels shared with linux. | 07:07:34 |
vcunat | I believe that users of darwin should do most of such work instead. | 07:07:53 |
vcunat | (or it shouldn't be done at all if they're not sufficiently interested) | 07:08:35 |