mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python310Packages.tornado_5: disable
This commit is contained in:
parent
5bf915475e
commit
168515a53e
@ -3,12 +3,13 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pythonAtLeast
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tornado";
|
||||
version = "5.1.1";
|
||||
disabled = isPy27;
|
||||
disabled = isPy27 || pythonAtLeast "3.10";
|
||||
|
||||
# We specify the name of the test files to prevent
|
||||
# https://github.com/NixOS/nixpkgs/issues/14634
|
||||
|
Loading…
Reference in New Issue
Block a user