python3Packages.cherrypy: ignore unraisable exceptions during tests

Changed files
+1
pkgs
development
python-modules
cherrypy
+1
pkgs/development/python-modules/cherrypy/default.nix
···
pytestFlags = [
"-Wignore::DeprecationWarning"
];
disabledTests = [
···
pytestFlags = [
"-Wignore::DeprecationWarning"
+
"-Wignore::pytest.PytestUnraisableExceptionWarning"
];
disabledTests = [