1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/py3-django-allauth/rollback-cf4507-feat-idp-ninja.patch
Antoine Martin 05f22d68a5 community/py3-django-allauth: upgrade to 65.9.0
Adds patch removing new test-unit dependencies to ninja
2025-07-07 22:37:13 +01:00

19 lines
401 B
Diff

--- b/tests/common/idp/ninja/urls.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from django.urls import path
-
-from .views import api
-
-
-urlpatterns = [
- path("", api.urls),
-]
--- b/tests/common/idp/urls.py
+++ a/tests/common/idp/urls.py
@@ -3,5 +3,4 @@
urlpatterns = [
path("drf/", include("tests.common.idp.rest_framework.urls")),
- path("ninja/", include("tests.common.idp.ninja.urls")),
]