diff --git a/pyproject.toml b/pyproject.toml index 3161fee..6becbce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,6 @@ [tool.pytest.ini_options] addopts = [ "-ra", - "--reuse-db", "--durations=20", ] norecursedirs = [ diff --git a/tox.ini b/tox.ini index 9d2a7df..cce4470 100644 --- a/tox.ini +++ b/tox.ini @@ -25,4 +25,4 @@ deps = commands = - pip install mysqlclient django{32,40,41,42}: - pip install psycopg2 - python -m coverage run -m pytest --create-db -x + python -m coverage run -m pytest -x