Skip to content

Commit

Permalink
python311Packages.pytest-asyncio_0_21: init at 0.21.1
Browse files Browse the repository at this point in the history
Version 0.23 was accidentally a breaking change:
pytest-dev/pytest-asyncio#706
  • Loading branch information
dotlambda committed Feb 23, 2024
1 parent b67dbe0 commit 921f8cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 921f8cf

Please sign in to comment.