python.pkgs.httpretty: disable flaky test

As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
This commit is contained in:
Klaas van Schelven 2020-02-21 09:12:05 +01:00 committed by Jon
parent cbef6cbf16
commit c597007cce

View File

@ -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; {