Skip to content

Commit

Permalink
Merge pull request #701 from WisdomPill/tox4
Browse files Browse the repository at this point in the history
Support tox 4
  • Loading branch information
WisdomPill authored Nov 13, 2023
2 parents 940a969 + dc71eee commit 948e620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade "tox<4" tox-gh-actions
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
run: |
Expand Down
1 change: 1 addition & 0 deletions changelog.d/701.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support tox 4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ REDIS =
master: redismaster

[testenv]
passenv = CI GITHUB*
passenv = CI, GITHUB*
commands =
{envpython} -m pytest --cov-report= --ds=settings.sqlite {posargs}
{envpython} -m pytest --cov-append --cov-report= --ds=settings.sqlite_herd {posargs}
Expand Down

0 comments on commit 948e620

Please sign in to comment.