9 buildPythonPackage rec {
12 disabled = isPy27 || pythonAtLeast "3.10";
15 inherit pname version;
16 sha256 = "02jzd23l4r6fswmwxaica9ldlyc2p6q8dk6dyff7j58fmdzf853d";
19 checkInputs = [ unittestCheckHook ];
21 # We specify the name of the test files to prevent
22 # https://github.com/NixOS/nixpkgs/issues/14634
23 unittestFlagsArray = [ "*_test.py" ];
25 __darwinAllowLocalNetworking = true;
28 description = "A web framework and asynchronous networking library";
29 homepage = "https://www.tornadoweb.org/";
30 license = lib.licenses.asl20;