Skip to content

Commit ea2b1fc

Browse files
Apply suggestion from @pavel-kirienko
1 parent 3dadd84 commit ea2b1fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toolshed/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ RUN echo "export PATH=$PIPX_HOME:$PIPX_BIN_DIR:$PATH" >> ~/.bashrc
161161
RUN pipx install cowsay
162162
RUN pipx install tox
163163
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.
166164
RUN pip install --break-system-packages gcovr
167165
RUN pipx install yakut
168166
RUN cowsay -t moo

0 commit comments

Comments
 (0)