7 buildPythonPackage rec {
11 # We specify the name of the test files to prevent
12 # https://github.com/NixOS/nixpkgs/issues/14634
14 ${python.interpreter} -m unittest discover *_test.py
18 inherit pname version;
19 sha256 = "33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791";
22 __darwinAllowLocalNetworking = true;
25 description = "A web framework and asynchronous networking library";
26 homepage = "https://www.tornadoweb.org/";
27 license = lib.licenses.asl20;