python3Packages.pytest-asyncio: 0.26.0 -> 1.1.0

https://github.com/pytest-dev/pytest-asyncio/blob/v1.1.0/docs/reference/changelog.rst
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:39 +02:00
parent 7af959061d
commit 9a0ae724ec
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytest-asyncio";
version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
version = "1.1.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-asyncio";
tag = "v${version}";
hash = "sha256-GEhFwwQCXwtqfSiew/sOvJYV3JREqOGD4fQONlRR/Mw=";
hash = "sha256-+dLOzMPKI3nawfyZVZZ6hg6OkaEGZBp8oC5VIr7y0es=";
};
outputs = [