forked from mirrors/nixpkgs
python3Packages.aiohttp-wsgi: disable failing test
This commit is contained in:
parent
86f7585092
commit
b66f0fbf31
|
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
|||
|
||||
disabledTests = [
|
||||
# makes http request to another server
|
||||
# https://github.com/etianen/aiohttp-wsgi/issues/32
|
||||
"testEnviron"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue