Skip to content

Commit

Permalink
urllib3: revert multiple outputs
Browse files Browse the repository at this point in the history
only moved propagated build inputs to dev which broke packages depending
on it e.g. glusterfs

cc @edolstra

(cherry picked from commit d0d992a)
  • Loading branch information
globin committed Sep 27, 2017
1 parent 9da3475 commit 794a22b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/urllib3/default.nix
Expand Up @@ -12,8 +12,6 @@ buildPythonPackage rec {
sha256 = "0kyvc9zdlxr5r96bng5rhm9a6sfqidrbvvkz64s76qs5267dli6c";
};

outputs = [ "out" "dev" ];

NOSE_EXCLUDE = stdenv.lib.concatStringsSep "," [
"test_headers" "test_headerdict" "test_can_validate_ip_san" "test_delayed_body_read_timeout"
"test_timeout_errors_cause_retries" "test_select_multiple_interrupts_with_event"
Expand Down

0 comments on commit 794a22b

Please sign in to comment.