python.pkgs.pytest_32: init at 3.2.5
Bring it back as it is needed.
This commit is contained in:
parent
45b9cf2659
commit
89467cf144
@ -3136,6 +3136,15 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# Needed for celery
|
||||
pytest_32 = self.pytest_34.overrideAttrs( oldAttrs: rec {
|
||||
version = "3.2.5";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
|
||||
};
|
||||
});
|
||||
|
||||
pytest-httpbin = callPackage ../development/python-modules/pytest-httpbin { };
|
||||
|
||||
pytest-asyncio = callPackage ../development/python-modules/pytest-asyncio { };
|
||||
|
Loading…
Reference in New Issue
Block a user