python3Packages.pytest_6_1: bring it back for aiohttp

This commit is contained in:
Frederik Rietdijk 2021-03-08 18:48:01 +01:00
parent 1ceaf03f8a
commit bea1b905b7

View file

@ -6193,6 +6193,14 @@ in {
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-annotate = callPackage ../development/python-modules/pytest-annotate { };