Skip to content

Commit

Permalink
Add django-jazzmin to list of tox dependencies to get version
Browse files Browse the repository at this point in the history
To be able to automatically get the version of the installed package of
`django-jazzmin` we need to explicitly install the package as well.
  • Loading branch information
PacificGilly committed Mar 30, 2024
1 parent 110f96e commit ed8d3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ commands =
{envpython} -m flake8 jazzmin --max-line-length 120
{envpython} -m pytest
deps =
django-jazzmin # Installing self to allow automatic getting of `version` which needs `django-jazzmin` to be install to get information about the package.
flake9
pytest
pytest-django
Expand Down

0 comments on commit ed8d3ba

Please sign in to comment.