summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioresponses
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-06-15 20:19:48 +0200
committerJon <jonringer@users.noreply.github.com>2020-06-20 12:53:14 -0700
commitdee55848fefeab2e7e99e52d6648c57517994168 (patch)
tree7f12814daa03ea7d4f248691ecdb802e402af2eb /pkgs/development/python-modules/aioresponses
parent6345050746df31664f6b94295bd7a778df19bd9b (diff)
downloadnixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar.gz
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar.bz2
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar.lz
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar.xz
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.tar.zst
nixpkgs-dee55848fefeab2e7e99e52d6648c57517994168.zip
python3Packages.aioresponses: disable test requiring networking
Diffstat (limited to 'pkgs/development/python-modules/aioresponses')
-rw-r--r--pkgs/development/python-modules/aioresponses/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aioresponses/default.nix b/pkgs/development/python-modules/aioresponses/default.nix
index 9034e6a6731..7b12cefc8c7 100644
--- a/pkgs/development/python-modules/aioresponses/default.nix
+++ b/pkgs/development/python-modules/aioresponses/default.nix
@@ -35,7 +35,7 @@ buildPythonPackage rec {
 
   # Skip a test which makes requests to httpbin.org
   checkPhase = ''
-    pytest -k "not test_address_as_instance_of_url_combined_with_pass_through"
+    pytest -k "not (test_address_as_instance_of_url_combined_with_pass_through or test_pass_through_with_origin_params)"
   '';
 
   meta = {