python312Packages.djangorestframework: disable failing test

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:27 +02:00
parent 7996b484fb
commit 508c583ca6
@@ -57,6 +57,11 @@ buildPythonPackage rec {
pyyaml
];
disabledTests = [
# https://github.com/encode/django-rest-framework/issues/9422
"test_urlpatterns"
];
pythonImportsCheck = [ "rest_framework" ];
meta = with lib; {