Skip to content

Commit

Permalink
Use tox 4 to run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 19, 2024
1 parent 96b5c3a commit d4c7569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Install test runner dependencies"
run: |
set -xe
python3 -m pip install --upgrade 'pip==23.1.0' setuptools wheel 'tox<4' tox-gh-actions coverage virtualenv
python3 -m pip install --upgrade 'pip==23.1.0' setuptools wheel tox tox-gh-actions coverage virtualenv
sudo apt-get install -y nbtscan
# virtualenv seems to currently be embedding a broken version of
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN cd /tmp && \
mv chromedriver-linux64/chromedriver /usr/local/bin/

# Install our primary test runner
RUN python3.9 -m pip install 'tox<4' virtualenv
RUN python3.9 -m pip install tox virtualenv

# Add a build user
ENV USER build
Expand Down

0 comments on commit d4c7569

Please sign in to comment.