Loading
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| };