python3Packages.terminado: ignore unraisable exceptions during tests
This commit is contained in:
@@ -34,6 +34,7 @@ buildPythonPackage rec {
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
];
|
||||
pytestFlags = [ "-Wignore::pytest.PytestUnraisableExceptionWarning" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Terminals served by Tornado websockets";
|
||||
|
||||
Reference in New Issue
Block a user