Skip to content

Commit

Permalink
Merge pull request ansible#149 from Akasurde/pytest-pin2
Browse files Browse the repository at this point in the history
Pin Pytest 6.2.0

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com
  • Loading branch information
softwarefactory-project-zuul[bot] committed Mar 17, 2022
2 parents 3a9dc95 + 26604d4 commit dbeb99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test-requirements.txt
@@ -1 +1,2 @@
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.8
basepython = python3.10
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit dbeb99c

Please sign in to comment.