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
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
callPackage,
|
||||
fetchFromGitHub,
|
||||
pytest,
|
||||
pythonOlder,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
@@ -13,8 +12,6 @@ buildPythonPackage rec {
|
||||
version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytest-dev";
|
||||
repo = "pytest-asyncio";
|
||||
|
||||
Reference in New Issue
Block a user