about summary refs log tree commit diff
path: root/pkgs/development/python-modules/httpretty
diff options
context:
space:
mode:
authorKlaas van Schelven <klaas@vanschelven.com>2020-02-21 09:12:05 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-22 18:38:21 -0800
commitc597007cce813c7fa5afb8ed9866d6aa0694bae5 (patch)
treec9b089cf5431b4f33d7a71fb23d5f4b3e2f283f9 /pkgs/development/python-modules/httpretty
parentcbef6cbf167f0decf8efb059a5314e7568fdc84d (diff)
python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
Diffstat (limited to 'pkgs/development/python-modules/httpretty')
-rw-r--r--pkgs/development/python-modules/httpretty/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/httpretty/default.nix b/pkgs/development/python-modules/httpretty/default.nix
index 86b8ef13a7aee..79c0fbfcac8ad 100644
--- a/pkgs/development/python-modules/httpretty/default.nix
+++ b/pkgs/development/python-modules/httpretty/default.nix
@@ -37,6 +37,7 @@ buildPythonPackage rec {
     "tests.functional.test_httplib2.test_callback_response"
     "tests.functional.test_requests.test_streaming_responses"
     "tests.functional.test_httplib2.test_callback_response"
+    "tests.functional.test_requests.test_httpretty_should_allow_adding_and_overwritting_by_kwargs_u2"
   ];
 
   meta = with stdenv.lib; {