소스 검색

Remove reuse-db flag

Colin Powell 1 년 전
부모
커밋
f7b8bc3bfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'