python3Packages.webtest-aiohttp: fix tests with pytest8.4

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:08 +02:00
parent bf4d11289f
commit ec0b3a59c3
@@ -5,6 +5,7 @@
fetchFromGitHub,
fetchpatch,
pytest-aiohttp,
pytest-asyncio_0,
pytestCheckHook,
setuptools,
webtest,
@@ -44,6 +45,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio_0
pytest-aiohttp
pytestCheckHook
];