python3Packages.flask-admin: disable test that fails with werkzeug>=2.1.0

This commit is contained in:
Martin Weinelt 2022-04-20 03:27:39 +02:00
parent 67884e4e9a
commit d8eb5fd7a4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -62,6 +62,11 @@ buildPythonPackage rec {
wtf-peewee
];
disabledTests = [
# Incompatible with werkzeug 2.1
"test_mockview"
];
disabledTestPaths = [
# Tests have additional requirements
"flask_admin/tests/geoa/test_basic.py"