pythonPackages.aiohttp: disable sandbox-incompatible test
This commit is contained in:
parent
e27bf33c25
commit
6a2ad503c0
|
@ -51,6 +51,7 @@ buildPythonPackage rec {
|
||||||
and not connector \
|
and not connector \
|
||||||
and not client_disconnect \
|
and not client_disconnect \
|
||||||
and not handle_keepalive_on_closed_connection \
|
and not handle_keepalive_on_closed_connection \
|
||||||
|
and not proxy_https_bad_response \
|
||||||
and not partially_applied_handler \
|
and not partially_applied_handler \
|
||||||
and not middleware" \
|
and not middleware" \
|
||||||
--ignore=test_connector.py
|
--ignore=test_connector.py
|
||||||
|
|
Loading…
Reference in New Issue