Skip to content

Commit

Permalink
Pin tox to <4 (#423)
Browse files Browse the repository at this point in the history
* Pin tox<4

* Pin tox<4

* Pin tox<4
  • Loading branch information
Theelx committed Dec 11, 2022
1 parent 6c6c8dc commit f58e50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U "tox<4" tox-venv
python -m pip install -U "tox<4"
- name: Install gmpy2 dependencies
if: matrix.python-version == '3.11'
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
@@ -1,12 +1,6 @@
[tox]
envlist = clean,python
minversion = 3.2
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true
# Ensure that a late version of pip is used even on tox-venv.
requires =
tox-pip-version>=0.0.6
tox-venv


[testenv]
Expand Down

0 comments on commit f58e50c

Please sign in to comment.