Skip to content

Commit

Permalink
Removed tox<4.9 limit (#8464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Aug 30, 2023
1 parent 8ae0b22 commit af1d7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install tox
run: python -m pip install --upgrade pip 'tox<4.9' tox-gh-actions
run: python -m pip install --upgrade pip 'tox' tox-gh-actions
- name: >
Run tox for
"${{ matrix.python-version }}-unit"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
cache: 'pip'
cache-dependency-path: '**/setup.py'
- name: Install tox
run: python -m pip install --upgrade pip 'tox<4.9' tox-gh-actions
run: python -m pip install --upgrade pip 'tox' tox-gh-actions
- name: >
Run tox for
"${{ matrix.python-version }}-integration-${{ matrix.toxenv }}"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
requires =
tox<4.9
tox-gh-actions
envlist =
{3.8,3.9,3.10,3.11,pypy3}-unit
Expand Down

0 comments on commit af1d7a1

Please sign in to comment.