We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dadd84 commit ea2b1fcCopy full SHA for ea2b1fc
1 file changed
toolshed/Dockerfile
@@ -161,8 +161,6 @@ RUN echo "export PATH=$PIPX_HOME:$PIPX_BIN_DIR:$PATH" >> ~/.bashrc
161
RUN pipx install cowsay
162
RUN pipx install tox
163
RUN pipx install nox
164
-# gcovr must be installed into system Python (not pipx) so python3 -m gcovr works in tooling that imports the module
165
-# from system site-packages; Ubuntu 24.04 enforces PEP 668 so --break-system-packages is required for this install.
166
RUN pip install --break-system-packages gcovr
167
RUN pipx install yakut
168
RUN cowsay -t moo
0 commit comments