Skip to content

Commit

Permalink
fix: use setuptools in tox instead of base.in
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Aug 8, 2024
1 parent 3a132e9 commit 89f3ee1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ norecursedirs = .* docs requirements site-packages

[testenv]
deps =
setuptools
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
Expand All @@ -52,6 +53,7 @@ allowlist_externals =
make
rm
deps =
setuptools
-r{toxinidir}/requirements/doc.txt
commands =
doc8 --ignore-path docs/_build README.rst docs
Expand All @@ -64,6 +66,7 @@ commands =
allowlist_externals =
make
deps =
setuptools
-r{toxinidir}/requirements/dev.txt
commands =
make validate_translations
Expand All @@ -72,6 +75,7 @@ commands =
allowlist_externals =
make
deps =
setuptools
-r{toxinidir}/requirements/quality.txt
commands =
pylint program_intent_engagement test_utils manage.py
Expand All @@ -84,6 +88,7 @@ commands =
setenv =
DJANGO_SETTINGS_MODULE = program_intent_engagement.settings.test
deps =
setuptools
-r{toxinidir}/requirements/test.txt
commands =
code_annotations django_find_annotations --config_file .pii_annotations.yml --lint --report --coverage

0 comments on commit 89f3ee1

Please sign in to comment.