Remove reuse-db flag

This commit is contained in:
2023-06-01 19:51:40 -04:00
parent 7e16388f81
commit f7b8bc3bfc

View File

@ -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'