10 buildPythonPackage rec {
13 disabled = isPy27 || pythonAtLeast "3.10";
16 inherit pname version;
17 sha256 = "4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409";
22 name = "CVE-2023-28370.patch";
23 url = "https://github.com/tornadoweb/tornado/commit/32ad07c54e607839273b4e1819c347f5c8976b2f.patch";
24 hash = "sha256-2dpPHkNThOaZD8T2g1vb/I5WYZ/vy/t690539uprJyc=";
28 nativeCheckInputs = [ unittestCheckHook ];
30 # We specify the name of the test files to prevent
31 # https://github.com/NixOS/nixpkgs/issues/14634
32 unittestFlagsArray = [ "*_test.py" ];
34 __darwinAllowLocalNetworking = true;
37 description = "A web framework and asynchronous networking library";
38 homepage = "https://www.tornadoweb.org/";
39 license = lib.licenses.asl20;