tornado: disable tests, see #14634
This commit is contained in:
parent
6b6bba486e
commit
5b782924c1
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue