pythonPackages.tornado: re-enable tests that no longer fail

This commit is contained in:
Marco "Capypara" Köpcke
2025-05-29 17:31:51 +02:00
parent 85ad579bdf
commit b666247a30

View File

@@ -38,14 +38,6 @@ buildPythonPackage rec {
# additional tests that have extra dependencies, run slowly, or produce more output than a simple pass/fail
# https://github.com/tornadoweb/tornado/blob/v6.2.0/maint/test/README
"maint/test"
# AttributeError: 'TestIOStreamWebMixin' object has no attribute 'io_loop'
"tornado/test/iostream_test.py"
];
disabledTests = [
# Exception: did not get expected log message
"test_unix_socket_bad_request"
];
pythonImportsCheck = [ "tornado" ];