We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f46c2 commit 5c34b8dCopy full SHA for 5c34b8d
tox.ini
@@ -9,8 +9,7 @@ envlist =
9
py{310,311,312}-dj50,
10
py{310,311,312}-dj51,
11
py{310,311,312}-djmain,
12
- py39-multi-db-dj-42,
13
- py39-multi-db-invalid-token-configuration-dj42,
+ py39-multi-db-dj-42
14
15
[gh-actions]
16
python =
@@ -115,13 +114,6 @@ setenv =
115
114
PYTHONPATH = {toxinidir}
116
PYTHONWARNINGS = all
117
118
-[testenv:py39-multi-db-invalid-token-configuration-dj42]
119
-setenv =
120
- DJANGO_SETTINGS_MODULE = tests.multi_db_settings_invalid_token_configuration
121
- PYTHONPATH = {toxinidir}
122
- PYTHONWARNINGS = all
123
- ignore_errors = true
124
-
125
[testenv:migrate_swapped]
126
setenv =
127
DJANGO_SETTINGS_MODULE = tests.settings_swapped
0 commit comments