python313Packages.pytest-asyncio: 0.25.3 -> 0.26.0

Diff: https://github.com/pytest-dev/pytest-asyncio/compare/refs/tags/v0.25.3...v0.26.0

Changelog: https://github.com/pytest-dev/pytest-asyncio/blob/v0.26.0/docs/reference/changelog.rst

authored by Robert Schütz and committed by Martin Weinelt 879ae98c 6364efae

-3
-3
pkgs/development/python-modules/pytest-asyncio/default.nix
··· 4 callPackage, 5 fetchFromGitHub, 6 pytest, 7 - pythonOlder, 8 setuptools-scm, 9 }: 10 ··· 12 pname = "pytest-asyncio"; 13 version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests 14 pyproject = true; 15 - 16 - disabled = pythonOlder "3.8"; 17 18 src = fetchFromGitHub { 19 owner = "pytest-dev";
··· 4 callPackage, 5 fetchFromGitHub, 6 pytest, 7 setuptools-scm, 8 }: 9 ··· 11 pname = "pytest-asyncio"; 12 version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "pytest-dev";