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

Changed files
+2
pkgs
development
python-modules
webtest-aiohttp
+2
pkgs/development/python-modules/webtest-aiohttp/default.nix
···
fetchFromGitHub,
fetchpatch,
pytest-aiohttp,
+
pytest-asyncio_0,
pytestCheckHook,
setuptools,
webtest,
···
];
nativeCheckInputs = [
+
pytest-asyncio_0
pytest-aiohttp
pytestCheckHook
];