Merge pull request #331367 from fabaff/pytest-aio-bump

python312Packages.pytest-aio: 1.8.1 -> 1.9.0
This commit is contained in:
Nick Cao
2024-07-31 19:07:55 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pytest-aio";
version = "1.8.1";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "klen";
repo = "pytest-aio";
rev = "refs/tags/${version}";
hash = "sha256-MexIL9yFTzhkJ/61GgYoT54MWV8B0c1/CWkN5FVTvnw=";
hash = "sha256-6RxYn8/HAvXv1AEgSIEOLiaBkGgTcqQhWK+xbtxgj/o=";
};
build-system = [ poetry-core ];