Skip to content

Commit

Permalink
Clean up settings
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Apr 25, 2024
1 parent fb21ef0 commit 01e373a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"django.contrib.admin",
"django.contrib.messages",
"accounts.apps.AccountsConfig",
"analytics.apps.AnalyticsConfig",
"tests",
)

Expand Down
1 change: 0 additions & 1 deletion tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

urlpatterns = [
path("accounts/", include("accounts.urls", namespace="accounts")),
path("analytics/", include("analytics.urls", namespace="analytics")),
path("admin/", admin.site.urls),
path("token/", MockView.as_view(authentication_classes=[PlatformAuthentication])),
]
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
isolated_build = true
envlist =
lint,
py311-django{22,30,31,32,502},
sentry-django{30,31},
; lint,
py311-django{502},
; sentry-django{30,31},

[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 01e373a

Please sign in to comment.