python3Packages.pytest_6_1: bring it back for aiohttp
This commit is contained in:
parent
1ceaf03f8a
commit
bea1b905b7
@ -6193,6 +6193,14 @@ in {
|
|||||||
hypothesis = self.hypothesis.override { doCheck = false; };
|
hypothesis = self.hypothesis.override { doCheck = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pytest_6_1 = self.pytest_6.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "6.1.2";
|
||||||
|
src = oldAttrs.src.override {
|
||||||
|
inherit version;
|
||||||
|
sha256 = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
pytest-aiohttp = callPackage ../development/python-modules/pytest-aiohttp { };
|
pytest-aiohttp = callPackage ../development/python-modules/pytest-aiohttp { };
|
||||||
|
|
||||||
pytest-annotate = callPackage ../development/python-modules/pytest-annotate { };
|
pytest-annotate = callPackage ../development/python-modules/pytest-annotate { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user