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

+2 -2
+2 -2
pkgs/development/python-modules/backoff/default.nix
··· 4 fetchFromGitHub, 5 poetry-core, 6 pytestCheckHook, 7 - pytest-asyncio, 8 responses, 9 }: 10 ··· 23 nativeBuildInputs = [ poetry-core ]; 24 25 nativeCheckInputs = [ 26 - pytest-asyncio 27 pytestCheckHook 28 responses 29 ];
··· 4 fetchFromGitHub, 5 poetry-core, 6 pytestCheckHook, 7 + pytest-asyncio_0, 8 responses, 9 }: 10 ··· 23 nativeBuildInputs = [ poetry-core ]; 24 25 nativeCheckInputs = [ 26 + pytest-asyncio_0 27 pytestCheckHook 28 responses 29 ];