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

Changed files
+2 -2
pkgs
development
python-modules
backoff
+2 -2
pkgs/development/python-modules/backoff/default.nix
···
fetchFromGitHub,
poetry-core,
pytestCheckHook,
-
pytest-asyncio,
+
pytest-asyncio_0,
responses,
}:
···
nativeBuildInputs = [ poetry-core ];
nativeCheckInputs = [
-
pytest-asyncio
+
pytest-asyncio_0
pytestCheckHook
responses
];