We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9dc95 commit 26604d4Copy full SHA for 26604d4
test-requirements.txt
@@ -1 +1,2 @@
1
yamllint
2
+pytest==6.2.0
tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
4
envlist = linters
5
6
[testenv]
7
-basepython = python3.8
+basepython = python3.10
8
install_command = pip install {opts} {packages}
9
deps = -r{toxinidir}/requirements.txt
10
-r{toxinidir}/test-requirements.txt
0 commit comments