python310Packages.tornado_4: mark broken for python 3.10+

This commit is contained in:
Jonathan Ringer 2022-02-06 20:39:43 -08:00
parent a85692956d
commit ce6c9dcc25
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "tornado";
version = "4.5.3";
disabled = isPy27;
disabled = isPy27 || python.pythonAtLeast "3.10";
# We specify the name of the test files to prevent
# https://github.com/NixOS/nixpkgs/issues/14634