python3Packages.aioasuswrt: test with pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
aioasuswrt
+2 -2
pkgs/development/python-modules/aioasuswrt/default.nix
···
buildPythonPackage,
fetchFromGitHub,
pytest-cov-stub,
-
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
···
dependencies = [ asyncssh ];
nativeCheckInputs = [
-
pytest-asyncio
pytest-cov-stub
pytest-mock
pytestCheckHook
···
buildPythonPackage,
fetchFromGitHub,
pytest-cov-stub,
+
pytest-asyncio_0,
pytest-mock,
pytestCheckHook,
pythonOlder,
···
dependencies = [ asyncssh ];
nativeCheckInputs = [
+
pytest-asyncio_0
pytest-cov-stub
pytest-mock
pytestCheckHook