python312Packages.pytest-asyncio: 0.23.5.post1 -> 0.23.6

https://github.com/pytest-dev/pytest-asyncio/blob/v0.23.6/docs/source/reference/changelog.rst
This commit is contained in:
Martin Weinelt 2024-03-24 02:53:43 +01:00
parent 663a11749a
commit 3b44190ef4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pytest-asyncio";
version = "0.23.5.post1"; # N.B.: when updating, tests bleak and aioesphomeapi tests
version = "0.23.6"; # N.B.: when updating, tests bleak and aioesphomeapi tests
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pytest-dev";
repo = "pytest-asyncio";
rev = "refs/tags/v${version}";
hash = "sha256-k+EmbUptZB2ZLiygwY9WwFA4PNJA+9fEAZYu0xaPZSQ=";
hash = "sha256-+kyKcVzW05kqtLeC81rk3fJpOtyW3xSYshgl5gqIddE=";
};
outputs = [