python.pkgs.httpretty: disable flaky test

This commit is contained in:
Frederik Rietdijk 2019-09-08 17:23:04 +02:00
parent 4de7d240b6
commit b9810814ec

View File

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