Skip to content

Commit

Permalink
Merge pull request #150 from goneri/Revert-Pin-Pytest-6.2.0_13041
Browse files Browse the repository at this point in the history
Revert "Pin Pytest 6.2.0"

Depends-On: ansible/ansible-zuul-jobs#1401
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
softwarefactory-project-zuul[bot] committed Mar 21, 2022
2 parents 83df9e7 + d52b214 commit 1c63cd6
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 1c63cd6

Please sign in to comment.