Skip to content

Commit

Permalink
Pin tox<4
Browse files Browse the repository at this point in the history
  • Loading branch information
Theelx committed Dec 11, 2022
1 parent 5dfc746 commit 6c6c8dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U tox tox-venv
python -m pip install -U "tox<4" tox-venv
- name: Install gmpy2 dependencies
if: matrix.python-version == '3.11'
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ scipy>=1.9.3; python_version>"3.10"
scipy; python_version<="3.10"
simplejson
sqlalchemy>=1.2.19
tox<4
ujson
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ testing =
pytest-flake8 >= 1.1.1
pytest-black-multipy
pytest-cov
tox < 4

# local
ecdsa
Expand Down

0 comments on commit 6c6c8dc

Please sign in to comment.