Skip to content

Commit

Permalink
Merge "Use tox as package by distribution"
Browse files Browse the repository at this point in the history
  • Loading branch information
collivier authored and Gerrit Code Review committed Jan 26, 2023
2 parents fe86c2e + 0be0506 commit e93986f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jjb/functest/functest-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,11 @@
DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 install \
libxml2-dev libxslt-dev libffi-dev libjpeg-dev \
python3.10 python3.10-dev python3.10-distutils \
python3.10 python3.10-dev python3.10-distutils python3.10-venv \
python3.9 python3.9-dev python3.9-distutils \
python3.8 python3.8-dev python3.8-distutils \
python3-pip enchant-2 -y
pip3 install tox tox-pip-version
python3-pip enchant-2 tox -y
pip3 install tox-pip-version
tox
Expand Down

0 comments on commit e93986f

Please sign in to comment.