Skip to content

Commit

Permalink
python.pkgs.httpretty: disable flaky test
Browse files Browse the repository at this point in the history
As noted upstream: gabrielfalcao/HTTPretty#376
  • Loading branch information
vanschelven committed Feb 21, 2020
1 parent b0f8fa6 commit d6c5e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/httpretty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit d6c5e13

Please sign in to comment.