20 buildPythonPackage rec {
23 format = "setuptools";
25 src = fetchFromGitHub {
29 hash = "sha256-l9Ce/c2wDSmsySr9yXu5Fl/+63QkQay46aDSUTJmetA=";
37 # additional tests that have extra dependencies, run slowly, or produce more output than a simple pass/fail
38 # https://github.com/tornadoweb/tornado/blob/v6.2.0/maint/test/README
41 # AttributeError: 'TestIOStreamWebMixin' object has no attribute 'io_loop'
42 "tornado/test/iostream_test.py"
46 # Exception: did not get expected log message
47 "test_unix_socket_bad_request"
50 pythonImportsCheck = [ "tornado" ];
52 __darwinAllowLocalNetworking = true;
69 description = "A web framework and asynchronous networking library";
70 homepage = "https://www.tornadoweb.org/";
71 license = licenses.asl20;
72 maintainers = with maintainers; [ ];