python312Packages.uvloop: don't run aiohttp tests
Depending on aiohttp yields an infinite recursion.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
ApplicationServices,
|
||||
|
||||
# tests
|
||||
aiohttp,
|
||||
psutil,
|
||||
pyopenssl,
|
||||
pytestCheckHook,
|
||||
@@ -48,7 +47,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp
|
||||
pyopenssl
|
||||
pytestCheckHook
|
||||
psutil
|
||||
|
||||
Reference in New Issue
Block a user