Skip to content

Commit

Permalink
Pin tox version to fix ci issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Aliwoto <[email protected]>
  • Loading branch information
ALiwoto committed Jan 28, 2024
1 parent ff3b905 commit 7db8656
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install tox==4.8.0
- name: Generate API
run: |
Expand Down
20 changes: 19 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@
pytest
pytest-asyncio
pytest-cov
twine
twine



cachetools==5.3.2
chardet==5.2.0
colorama==0.4.6
distlib==0.3.8
filelock==3.12.2
importlib-metadata==6.7.0
packaging==23.2
platformdirs==4.0.0
pluggy==1.2.0
pyproject-api==1.5.3
tomli==2.0.1
tox==4.8.0
typing-extensions==4.7.1
virtualenv==20.25.0
zipp==3.15.0

0 comments on commit 7db8656

Please sign in to comment.