!UNVBThoJtlIiVwiDjU:nixos.org

Staging

342 Members
Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen114 Servers

Load older messages


SenderMessageTime
8 Jan 2026
@vcunat:matrix.orgVladimír ČunátAnd darwin channel would be blocked by cabal which depends on django version which isn't supported anymore (eval error now).20:19:13
@vcunat:matrix.orgVladimír Čunát * And darwin channel would be blocked by cabal2nix which depends on django version which isn't supported anymore (eval error now). 20:19:29
@hexa:lossy.networkhexacabal2nix depends on django????20:42:31
@hexa:lossy.networkhexa
error: django-4.2.27 not supported for interpreter python3.13

note: trace involved the following derivations:
derivation 'cabal2nix-2.20.1'
derivation 'nix-prefetch-scripts'
derivation 'nix-prefetch-bzr'
derivation 'python3.13-breezy-3.3.12'
derivation 'python3.13-launchpadlib-2.1.0'
derivation 'python3.13-httplib2-0.22.0'
derivation 'python3.13-pytest-randomly-3.13.0'
derivation 'python3.13-factory-boy-3.3.3'
20:49:48
@hexa:lossy.networkhexaI think you backported the thing20:49:55
@hexa:lossy.networkhexawhich I said I needed to look into but did not20:50:10
@hexa:lossy.networkhexaRedacted or Malformed Event20:51:03
@hexa:lossy.networkhexathe reason the disable cannot be backported is that django 4.2 is the default python on 25.1121:12:35
@hexa:lossy.networkhexaand I repeat that it is my mistake that I misjudged the version constraints21:12:59
@sandro:supersandro.deSandroIs anyone using bzr? We could probably turn that off per default21:17:53
@hexa:lossy.networkhexabzr is far from the only consumer, so that is not a solution21:18:30
@hexa:lossy.networkhexaI repeat: it is the default django on 25.1121:19:01
@hexa:lossy.networkhexaso the disable was fine for unstable, it is not for 25.1121:19:11
@vcunat:matrix.orgVladimír ČunátI can un-disable, but that django version still won't build.21:32:21
@vcunat:matrix.orgVladimír Čunát(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.orgVladimír ČunátDone. 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

Show newer messages


Back to Room ListRoom Version: 6