Skip to content

Commit

Permalink
Revert "Pin Pytest 6.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 26604d4.

pytest 7.1.1 has been released with a fix for the fixture problem.

See: pytest-dev/pytest#9767
  • Loading branch information
goneri committed Mar 21, 2022
1 parent dbeb99c commit d52b214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test-requirements.txt
@@ -1,2 +1 @@
yamllint
pytest==6.2.0
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ skipsdist = True
envlist = linters

[testenv]
basepython = python3.10
basepython = python3.8
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit d52b214

Please sign in to comment.