3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.aiohttp-wsgi: disable network test

This commit is contained in:
Jonathan Ringer 2021-11-22 21:51:41 -08:00
parent a7dda03a2e
commit 88e9beea98
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -26,6 +26,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# makes http request to another server
"testEnviron"
];
pythonImportsCheck = [ "aiohttp_wsgi" ];
meta = with lib; {