tornado: disable tests, see #14634

This commit is contained in:
Tom Hunger 2016-05-12 17:03:34 +01:00
parent 6b6bba486e
commit 5b782924c1
1 changed files with 4 additions and 0 deletions

View File

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