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

View File

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