python3Packages.terminado: ignore unraisable exceptions during tests

Changed files
+1
pkgs
development
python-modules
terminado
+1
pkgs/development/python-modules/terminado/default.nix
···
pytest-timeout
pytestCheckHook
];
meta = with lib; {
description = "Terminals served by Tornado websockets";
···
pytest-timeout
pytestCheckHook
];
+
pytestFlags = [ "-Wignore::pytest.PytestUnraisableExceptionWarning" ];
meta = with lib; {
description = "Terminals served by Tornado websockets";