python311Packages.pytest-asyncio_0_21: init at 0.21.1

Version 0.23 was accidentally a breaking change:
https://github.com/pytest-dev/pytest-asyncio/issues/706
This commit is contained in:
Robert Schütz
2024-02-23 13:12:22 -08:00
parent b67dbe0ff1
commit 921f8cf974
+10
View File
@@ -11600,6 +11600,16 @@ self: super: with self; {
pytest-asyncio = callPackage ../development/python-modules/pytest-asyncio { };
pytest-asyncio_0_21 = pytest-asyncio.overridePythonAttrs (old: rec {
version = "0.21.1";
src = pkgs.fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-asyncio";
rev = "refs/tags/v${version}";
hash = "sha256-Wpo8MpCPGiXrckT2x5/yBYtGlzso/L2urG7yGc7SPkA=";
};
});
pytest-bdd = callPackage ../development/python-modules/pytest-bdd { };
pytest-benchmark = callPackage ../development/python-modules/pytest-benchmark { };