Skip to content

Commit

Permalink
Upgrade to tox 4 and pin its version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Dec 8, 2022
1 parent 44420d7 commit 8485f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build coveralls setuptools tox wheel
python -m pip install --upgrade build coveralls setuptools tox==4.0.2 wheel
- name: Build Vulture wheel
run: python -m build
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deps =
flake8-bugbear
flake8-comprehensions
pyupgrade==2.28.0
whitelist_externals =
allowlist_externals =
bash
commands =
black --check --diff .
Expand All @@ -40,7 +40,7 @@ basepython = python3
deps =
black==22.3.0
pyupgrade==2.28.0
whitelist_externals =
allowlist_externals =
bash
commands =
black .
Expand Down

0 comments on commit 8485f44

Please sign in to comment.