Skip to content
Snippets Groups Projects
Commit 48420b5f1a95 authored by Matt Harbison's avatar Matt Harbison
Browse files

base: install `nox` and `pdm` for modern build infrastructure

parent 86baad9a0e88
No related tags found
1 merge request!93Install tools needed for modern builds
Pipeline #97022 passed
......@@ -60,6 +60,8 @@
RUN pipx install flake8
RUN pipx install pyflakes==2.5.0
RUN pipx install black==23.3.0
RUN pipx install nox
RUN pipx install pdm
### install pyflakes for system python too
# the tests actually uses $PYTHON -m pyflakes so we need it installed for now.
RUN python -m pip install --root-user-action=ignore pyflakes==2.5.0 --break-system-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment