Skip to content

Commit

Permalink
Update poetry install commands to consider groups
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 27, 2024
1 parent 34cc163 commit 711cb26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
commands_pre =
poetry install -v
poetry install --with dev,test -v
commands =
poetry run pytest {posargs}
allowlist_externals = touch
Expand All @@ -42,7 +42,7 @@ whitelist_externals =
deps =
poetry
commands_pre =
poetry install -v
poetry install --with docs -v
commands =
poetry run doc8 --ignore-path docs/_build README.rst docs
rm -f docs/drf_rw_serializers.rst
Expand All @@ -62,7 +62,7 @@ whitelist_externals =
deps =
poetry
commands_pre =
poetry install -v
poetry install --with dev -v
commands =
touch tests/__init__.py
poetry run prospector
Expand Down

0 comments on commit 711cb26

Please sign in to comment.