Skip to content

Commit

Permalink
Removed pytest version pin from Tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Oct 11, 2022
1 parent c50cc04 commit 8d861dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U codecov coveralls flake8 mypy pylint tox vulture
pip install -U codecov coveralls flake8 mypy pylint pytest tox vulture
- name: Run Tox
run: |
tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skip_missing_interpreters = true

[testenv]
deps =
test: pytest<6.0
test: pytest
test,cov: {[testenv:cov]deps}
test,py{36,37,38,39,310}-{type,mypy}: colorama
py{36,37,38,39,310}-{type,mypy}: {[testenv:mypy]deps}
Expand Down

0 comments on commit 8d861dc

Please sign in to comment.