forked from mirrors/nixpkgs
python3Packages.aiohttp-wsgi: disable network test
This commit is contained in:
parent
a7dda03a2e
commit
88e9beea98
|
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# makes http request to another server
|
||||
"testEnviron"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aiohttp_wsgi" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue