Skip to content

Commit

Permalink
chore: fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jul 25, 2023
1 parent c19b51e commit 13e092f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tox]
envlist = py38-django{32, 42}
envlist = py38-django{32,42}, quality

[testenv]
allowlist_externals =
make
setenv =
DJANGO_SETTINGS_MODULE = workbench.settings
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
django42: Django>=4.0,<4.3
-r{toxinidir}/requirements/test.txt
commands =
make test
Expand All @@ -20,11 +18,3 @@ deps =
-r{toxinidir}/requirements/quality.txt
commands =
make quality

[pytest]
# Use the workbench settings file.
DJANGO_SETTINGS_MODULE = workbench.settings
addopts = --cov-report term-missing --cov-report xml
filterwarnings =
ignore::DeprecationWarning
ignore::FutureWarning

0 comments on commit 13e092f

Please sign in to comment.