summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-20 08:33:02 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:49 +0100
commit6a2ad503c07d999edaed6014f8f87bc99c388cdb (patch)
tree5b3269525d56b7d2cf069b1454b23309013a779b /pkgs/development/python-modules/aiohttp/default.nix
parente27bf33c25c83c6ba2841cd1612d6307e2e8b673 (diff)
downloadnixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar.gz
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar.bz2
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar.lz
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar.xz
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.tar.zst
nixpkgs-6a2ad503c07d999edaed6014f8f87bc99c388cdb.zip
pythonPackages.aiohttp: disable sandbox-incompatible test
Diffstat (limited to 'pkgs/development/python-modules/aiohttp/default.nix')
-rw-r--r--pkgs/development/python-modules/aiohttp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix
index 6ac46b744a5..40dec3e1c1e 100644
--- a/pkgs/development/python-modules/aiohttp/default.nix
+++ b/pkgs/development/python-modules/aiohttp/default.nix
@@ -51,6 +51,7 @@ buildPythonPackage rec {
                and not connector \
                and not client_disconnect \
                and not handle_keepalive_on_closed_connection \
+               and not proxy_https_bad_response \
                and not partially_applied_handler \
                and not middleware" \
       --ignore=test_connector.py