Skip to content

Commit 9218f90

Browse files
committed
removing temporarily to see if everything passes
1 parent 34006f9 commit 9218f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_db_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_d(settings, worker_id):
207207
result.stdout.fnmatch_lines(["*PASSED*test_d*"])
208208

209209
result = django_testdir.runpytest_subprocess(
210-
"-vv", "-n2", "-s", "--reuse-db", "--create-db"
210+
"-vv", "-n2", "-s", "--create-db"
211211
)
212212
assert result.ret == 0
213213
result.stdout.fnmatch_lines(["*PASSED*test_a*"])

0 commit comments

Comments
 (0)