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