From f7b8bc3bfc35bbd47c67908f1abf99b6f4968ebf Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 1 Jun 2023 19:51:40 -0400 Subject: [PATCH] Remove reuse-db flag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58f7e31..4d76130 100644 --- a/pyproject.toml +++ b/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'