diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-07 02:42:34 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:04:59 +0200 |
| commit | b8a9e09ea93dab2ef50fd744b83c9526732da82a (patch) | |
| tree | dab99b6aeba50f54d019ff8ae79231eaa1f7b695 | |
| parent | awscli: 1.40.31 -> 1.42.4 (diff) | |
| download | nixpkgs-b8a9e09ea93dab2ef50fd744b83c9526732da82a.tar.gz | |
python3Packages.terminado: ignore unraisable exceptions during tests
| -rw-r--r-- | pkgs/development/python-modules/terminado/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/terminado/default.nix b/pkgs/development/python-modules/terminado/default.nix index 7773844c2feb..6b266e62ee74 100644 --- a/pkgs/development/python-modules/terminado/default.nix +++ b/pkgs/development/python-modules/terminado/default.nix @@ -34,6 +34,7 @@ buildPythonPackage rec { pytest-timeout pytestCheckHook ]; + pytestFlags = [ "-Wignore::pytest.PytestUnraisableExceptionWarning" ]; meta = with lib; { description = "Terminals served by Tornado websockets"; |
