python3Packages.terminado: ignore unraisable exceptions during tests

This commit is contained in:
Martin Weinelt
2025-08-07 02:42:34 +02:00
parent a55d4a1f66
commit b8a9e09ea9
@@ -34,6 +34,7 @@ buildPythonPackage rec {
pytest-timeout
pytestCheckHook
];
pytestFlags = [ "-Wignore::pytest.PytestUnraisableExceptionWarning" ];
meta = with lib; {
description = "Terminals served by Tornado websockets";