python310Packages.tornado_5: disable

This commit is contained in:
Martin Weinelt 2022-03-07 11:05:10 +01:00
parent 5bf915475e
commit 168515a53e

View File

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