Skip to content

Commit

Permalink
ensure setuptools is installed. preparing Python3.12
Browse files Browse the repository at this point in the history
`setuptools` will not be bundled in `venv` after Python3.12
see pypa/virtualenv#2487
  • Loading branch information
ylee88 committed May 6, 2024
1 parent 2f7dcfb commit d19a6c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/milhoja_pypkg/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ setenv =
DOC_ROOT = docs
deps =
--editable=file://{env:CGKIT_PATH}
setuptools
coverage: coverage
usedevelop =
coverage: true
Expand All @@ -44,6 +45,7 @@ commands =
description = Run code quality checks
deps =
--editable=file://{env:CGKIT_PATH}
setuptools
flake8
commands =
python setup.py check --strict --metadata
Expand Down

0 comments on commit d19a6c3

Please sign in to comment.