From b66f0fbf31bb5b110cae475321d6957e620a4aa2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 27 Nov 2021 02:06:12 +0100 Subject: [PATCH] python3Packages.aiohttp-wsgi: disable failing test --- pkgs/development/python-modules/aiohttp-wsgi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/aiohttp-wsgi/default.nix b/pkgs/development/python-modules/aiohttp-wsgi/default.nix index ed270cddd981..1e4763453209 100644 --- a/pkgs/development/python-modules/aiohttp-wsgi/default.nix +++ b/pkgs/development/python-modules/aiohttp-wsgi/default.nix @@ -28,6 +28,7 @@ buildPythonPackage rec { disabledTests = [ # makes http request to another server + # https://github.com/etianen/aiohttp-wsgi/issues/32 "testEnviron" ];