python311Packages.django-extensions: disable failing tests
This commit is contained in:
@@ -51,6 +51,9 @@ buildPythonPackage rec {
|
||||
disabledTestPaths = [
|
||||
# requires network access
|
||||
"tests/management/commands/test_pipchecker.py"
|
||||
# django.db.utils.OperationalError: no such table: django_extensions_permmodel
|
||||
"tests/test_dumpscript.py"
|
||||
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user