python3Packages.aioasuswrt: use default pytest-asyncio

This commit is contained in:
Robert Schütz
2025-10-17 20:08:12 -07:00
parent cf72e7ef7a
commit 9b038fafe1
@@ -4,7 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
pytest-cov-stub,
pytest-asyncio_0,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
setuptools,
@@ -27,7 +27,7 @@ buildPythonPackage rec {
dependencies = [ asyncssh ];
nativeCheckInputs = [
pytest-asyncio_0
pytest-asyncio
pytest-cov-stub
pytest-mock
pytestCheckHook