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 88fbe0c commit 5c20eeeCopy full SHA for 5c20eee
tox.ini
@@ -67,7 +67,7 @@ markers =
67
[testenv]
68
setenv =
69
PYTHONHASHSEED=42
70
-pip_version = pip==21.3
+pip_version = pip==24.3
71
passenv =
72
AWS_ACCESS_KEY_ID
73
AWS_SECRET_ACCESS_KEY
@@ -132,7 +132,7 @@ commands =
132
twine check dist/*.tar.gz
133
134
[testenv:sphinx]
135
136
changedir = doc
137
# pip install requirements.txt is separate as RTD does it in separate steps
138
# having the requirements.txt installed in deps above results in Double Requirement exception
0 commit comments