python.pkgs.httpretty: disable flaky test
This commit is contained in:
parent
4de7d240b6
commit
b9810814ec
1 changed files with 1 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue