From 88e9beea985a8a0c661a213ad1f3558da32b78af Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 22 Nov 2021 21:51:41 -0800 Subject: [PATCH] python3Packages.aiohttp-wsgi: disable network test --- pkgs/development/python-modules/aiohttp-wsgi/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/aiohttp-wsgi/default.nix b/pkgs/development/python-modules/aiohttp-wsgi/default.nix index 18364bdce691..ed270cddd981 100644 --- a/pkgs/development/python-modules/aiohttp-wsgi/default.nix +++ b/pkgs/development/python-modules/aiohttp-wsgi/default.nix @@ -26,6 +26,11 @@ buildPythonPackage rec { pytestCheckHook ]; + disabledTests = [ + # makes http request to another server + "testEnviron" + ]; + pythonImportsCheck = [ "aiohttp_wsgi" ]; meta = with lib; {