python311Packages.flask-restful: disable failing tests

Can likely be attributed to changes in werkzeug 2.3.x.
This commit is contained in:
Martin Weinelt 2023-09-19 19:09:06 +02:00
parent ef78e2451a
commit c29e28efdc

View file

@ -48,6 +48,9 @@ buildPythonPackage rec {
disabledTests = [
# Broke in flask 2.2 upgrade
"test_exception_header_forwarded"
# Broke in werkzeug 2.3 upgrade
"test_media_types_method"
"test_media_types_q"
];
pythonImportsCheck = [