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 1a88fcb commit 397a171Copy full SHA for 397a171
tox.ini
@@ -40,6 +40,8 @@ basepython = /usr/local/bin/python3.9
40
41
[testenv:python310]
42
basepython = /usr/local/bin/python3.10
43
+setenv =
44
+ PIP_CONSTRAINT={toxinidir}/tox/pyyaml-5.4.1-constraints.txt
45
deps =
46
pytest==6.2.4
47
sh==1.14.2
tox/pyyaml-5.4.1-constraints.txt
@@ -0,0 +1 @@
1
+Cython < 3.0
0 commit comments