python311Packages.flask-restx: disable failing tests

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:45 +02:00
parent ecbe8e0030
commit 429452520d
@@ -58,6 +58,12 @@ buildPythonPackage rec {
"--deselect=tests/test_logging.py::LoggingTest::test_override_app_level"
];
disabledTests = [
# broken in werkzeug 2.3 upgrade
"test_media_types_method"
"test_media_types_q"
];
pythonImportsCheck = [
"flask_restx"
];