!UNVBThoJtlIiVwiDjU:nixos.org

Staging

333 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.05 | Review Reports: https://malob.github.io/nix-review-tools-reports/111 Servers

Load older messages


SenderMessageTime
8 Jan 2026
@vcunat:matrix.orgvcunatI can un-disable, but that django version still won't build.21:32:21
@vcunat:matrix.orgvcunat(that's why I looked for what happened to that version on unstable and backported the disablement blindly)21:32:53
@hexa:lossy.networkhexaI know21:33:08
@hexa:lossy.networkhexadisable the one failing test21:45:43
@hexa:lossy.networkhexaand fixed the formatting on awscli221:45:49
@hexa:lossy.networkhexamight warrant a new eval21:45:59
@vcunat:matrix.orgvcunatDone. Still a few different darwin blockers, sigh. https://hydra.nixos.org/build/31858645822:59:02
@hexa:lossy.networkhexaScreenshot_20260109-001830.png
Download Screenshot_20260109-001830.png
23:18:38
@hexa:lossy.networkhexaAll macs are on Tahoe (26) 🤷23:19:05
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)Thanks apple23:42:43
@hexa:lossy.networkhexa
___________ 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:lossy.networkhexathanks dateparser23:53:17
@hexa:lossy.networkhexa *
___________ 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:lossy.networkhexa *
___________ 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:lossy.networkhexa I could have sworn this test worked last year 23:54:19
@hexa:lossy.networkhexahttps://github.com/scrapinghub/dateparser/commit/6b23348b9367d43bebc9a40b00dda3363eb2acd523:54:31
9 Jan 2026
@grimmauld:m.grimmauld.deGrimmauld (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 flakyness08:53:12
@tollb1:matrix.orgtollb1 joined the room.15:16:27
10 Jan 2026
@emilazy:matrix.orgemily 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
@emilazy:matrix.orgemily(it just needs the test disabling on IIRC <21, we already have some condition for it that just needs expanding)02:28:32
@vcunat:matrix.orgvcunatI think it's new issue due to builder's update, so we might've not experienced it on unstable yet.06:12:02
@fabianhjr:matrix.orgFabián HerediaJust 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:matrix.orgvcunat 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:matrix.orgvcunat So, staging-next-25.11 merged now. 07:05:34
@vcunat:matrix.orgvcunat nixpkgs-25.11-darwin channel will just lag until someone fixes the worst 🤷 07:06:04
@vcunat:matrix.orgvcunatIn 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:matrix.orgvcunat * 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:matrix.orgvcunat * 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:matrix.orgvcunatI believe that users of darwin should do most of such work instead.07:07:53
@vcunat:matrix.orgvcunat(or it shouldn't be done at all if they're not sufficiently interested)07:08:35

There are no newer messages yet.


Back to Room ListRoom Version: 6