python3Packages.pytest-asyncio_0_21: 0.21.1 -> 0.21.2
https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.21.2
This commit is contained in:
@@ -12273,12 +12273,12 @@ 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";
|
||||
version = "0.21.2";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "pytest-dev";
|
||||
repo = "pytest-asyncio";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Wpo8MpCPGiXrckT2x5/yBYtGlzso/L2urG7yGc7SPkA=";
|
||||
hash = "sha256-AVVvdo/CDF9IU6l779sLc7wKz5h3kzMttdDNTPLYxtQ=";
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user