python3Packages.backoff: pin to pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:04:57 +02:00
parent c46ec160f6
commit 1814a67405
@@ -4,7 +4,7 @@
fetchFromGitHub,
poetry-core,
pytestCheckHook,
pytest-asyncio,
pytest-asyncio_0,
responses,
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry-core ];
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
responses
];