From d6c5e13c4563004c36b776120202aa9ab1bfd4ed Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 21 Feb 2020 09:12:05 +0100 Subject: [PATCH] python.pkgs.httpretty: disable flaky test As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376 --- pkgs/development/python-modules/httpretty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/httpretty/default.nix b/pkgs/development/python-modules/httpretty/default.nix index 3a76bd9f148b0c..4f32df7d3797a2 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; {