Explorar o código

Remove reuse-db flag

Colin Powell hai 1 ano
pai
achega
f7b8bc3bfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -61,7 +61,7 @@ bandit = "^1.7.4"
 
 [tool.pytest.ini_options]
 minversion = "6.0"
-addopts = "-ra -q --reuse-db"
+addopts = "-ra -q"
 testpaths = ["tests"]
 DJANGO_SETTINGS_MODULE='vrobbler.settings-testing'