Skip to content

Commit 26604d4

Browse files
committed
Pin Pytest 6.2.0
Signed-off-by: Abhijeet Kasurde <[email protected]>
1 parent 3a9dc95 commit 26604d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
yamllint
2+
pytest==6.2.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skipsdist = True
44
envlist = linters
55

66
[testenv]
7-
basepython = python3.8
7+
basepython = python3.10
88
install_command = pip install {opts} {packages}
99
deps = -r{toxinidir}/requirements.txt
1010
-r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)