From b9a16acbae51e84898f34cbc8a6ff9c4867861d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 31 Jul 2024 06:39:49 -0700 Subject: [PATCH] python312Packages.uvloop: don't run aiohttp tests Depending on aiohttp yields an infinite recursion. --- pkgs/development/python-modules/uvloop/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/uvloop/default.nix b/pkgs/development/python-modules/uvloop/default.nix index 905a923dc7bf..9d3240bdf3dd 100644 --- a/pkgs/development/python-modules/uvloop/default.nix +++ b/pkgs/development/python-modules/uvloop/default.nix @@ -15,7 +15,6 @@ ApplicationServices, # tests - aiohttp, psutil, pyopenssl, pytestCheckHook, @@ -48,7 +47,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - aiohttp pyopenssl pytestCheckHook psutil