Files
nixpkgs/pkgs/development/python-modules/celery
Sergei Trofimovich ef6f34ec9d pypy3Packages.celery.tests: fix the eval
Without the change test eval vails as:

    $ nix build --no-link -f. pypy3Packages.celery.tests
    error:
       … while evaluating the attribute 'sourcehut'
         at pkgs/development/python-modules/celery/default.nix:122:26:
          121|   passthru.tests = {
          122|     inherit (nixosTests) sourcehut;
             |                          ^
          123|   };

       error: attribute 'sourcehut' missing
       at pkgs/development/python-modules/celery/default.nix:122:26:
          121|   passthru.tests = {
          122|     inherit (nixosTests) sourcehut;
             |                          ^
          123|   };
2025-06-30 21:01:50 +01:00
..