Skip to content

Commit

Permalink
tornado: disable tests, see NixOS#14634
Browse files Browse the repository at this point in the history
  • Loading branch information
teh committed May 12, 2016
1 parent 6b6bba4 commit 5b78292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23893,6 +23893,10 @@ in modules // {

propagatedBuildInputs = with self; [ backports_ssl_match_hostname_3_4_0_2 certifi ];

# Tests fail:
# ValueError: _type_ 'v' not supported
# See https://github.com/NixOS/nixpkgs/issues/14634
doCheck = false;
src = pkgs.fetchurl {
url = "mirror://pypi/t/tornado/${name}.tar.gz";
sha256 = "a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969";
Expand Down

0 comments on commit 5b78292

Please sign in to comment.