3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.aiohttp-wsgi: disable failing test

This commit is contained in:
Martin Weinelt 2021-11-27 02:06:12 +01:00 committed by Jonathan Ringer
parent 86f7585092
commit b66f0fbf31
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -28,6 +28,7 @@ buildPythonPackage rec {
disabledTests = [
# makes http request to another server
# https://github.com/etianen/aiohttp-wsgi/issues/32
"testEnviron"
];