Skip to content

Commit

Permalink
Lock system tests to a version of nox that still works
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Aug 21, 2022
1 parent ee26c5a commit ddbdeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
sudo -E apt-get update
sudo -E apt-get install -y python3-setuptools python-is-python3
sudo -E python3 -m pip install --upgrade pip
sudo -E python3 -m pip install nox 'pytest${{ matrix.pytest-version }}'
sudo -E python3 -m pip install 'nox<2022.8.7' 'pytest${{ matrix.pytest-version }}'
sudo mv /usr/bin/pip /usr/bin/pip2
sudo ln -sf /usr/bin/pip3 /usr/bin/pip
Expand Down

0 comments on commit ddbdeec

Please sign in to comment.