python312Packages.uvloop: don't run aiohttp tests

Depending on aiohttp yields an infinite recursion.
This commit is contained in:
Robert Schütz
2024-08-06 18:18:44 +02:00
committed by Martin Weinelt
parent 0ab55a6ce8
commit b9a16acbae
@@ -15,7 +15,6 @@
ApplicationServices,
# tests
aiohttp,
psutil,
pyopenssl,
pytestCheckHook,
@@ -48,7 +47,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aiohttp
pyopenssl
pytestCheckHook
psutil