Skip to content

Commit a369a57

Browse files
committed
no longer required
1 parent a8af66f commit a369a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_django/fixtures.py

-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ def _set_suffix_to_test_databases(suffix):
186186

187187
if test_name == ":memory:":
188188
continue
189-
if test_name.endswith("_{}".format(suffix)):
190-
continue
191189

192190
db_settings.setdefault("TEST", {})
193191
db_settings["TEST"]["NAME"] = "{}_{}".format(test_name, suffix)

0 commit comments

Comments
 (0)