Skip to content

Commit

Permalink
liccheck needs pkg_resources but does not declare it
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 13, 2024
1 parent 082ad3c commit cea4d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{ cookiecutter.slug }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ allowlist_externals =
commands = pre-commit run --all-files

[testenv:licenses]
# liccheck needs pkg_resources but does not declare it
commands_pre =
{[testenv]commands_pre}
poetry run pip install setuptools
commands = poetry run devel/run-liccheck.sh


Expand Down

0 comments on commit cea4d57

Please sign in to comment.