about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-09-08 17:23:04 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-09-08 17:23:04 +0200
commitb9810814ecbb149105b7a66d2ca79e8099d81430 (patch)
treede327bd3f5e980283ee464acce80126293bb2fea /pkgs/development
parent4de7d240b6d853c966cd001859f372e19d8a98e1 (diff)
downloadnixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar.gz
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar.bz2
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar.lz
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar.xz
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.tar.zst
nixlib-b9810814ecbb149105b7a66d2ca79e8099d81430.zip
python.pkgs.httpretty: disable flaky test
Diffstat (limited to 'pkgs/development')
-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 cf78a6185365..3a76bd9f148b 100644
--- a/pkgs/development/python-modules/httpretty/default.nix
+++ b/pkgs/development/python-modules/httpretty/default.nix
@@ -36,6 +36,7 @@ buildPythonPackage rec {
   NOSE_EXCLUDE = stdenv.lib.concatStringsSep "," [
     "tests.functional.test_httplib2.test_callback_response"
     "tests.functional.test_requests.test_streaming_responses"
+    "tests.functional.test_httplib2.test_callback_response"
   ];
 
   meta = with stdenv.lib; {