Skip to content

Commit

Permalink
chore(tox): add setuptools & wheel manually when using `--no-buil…
Browse files Browse the repository at this point in the history
…d-isolation`
  • Loading branch information
vytas7 committed Oct 14, 2023
1 parent 7065fd8 commit 937ca9f
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 @@ -172,6 +172,11 @@ commands = python "{toxinidir}/tools/clean.py" "{toxinidir}/falcon"
[with-cython]
deps = -r{toxinidir}/requirements/tests
Cython
# NOTE(vytas): By using --no-build-isolation, we need to manage build
# deps ourselves, and on CPython 3.12, it seems even setuptools
# (our PEP 517 backend of choice) is not guaranteed to be there.
setuptools
wheel
setenv =
PIP_CONFIG_FILE={toxinidir}/pip.conf
FALCON_DISABLE_CYTHON=
Expand Down

0 comments on commit 937ca9f

Please sign in to comment.