python3Packages.aresponses: pin pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
aresponses
+2 -2
pkgs/development/python-modules/aresponses/default.nix
···
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytestCheckHook,
setuptools,
}:
···
dependencies = [
aiohttp
-
pytest-asyncio
+
pytest-asyncio_0
];
nativeCheckInputs = [ pytestCheckHook ];