python3Packages.flask-admin: disable test that fails with werkzeug>=2.1.0
This commit is contained in:
parent
67884e4e9a
commit
d8eb5fd7a4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user