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 447edf4 commit 44a9ebeCopy full SHA for 44a9ebe
requirements.txt
@@ -1,4 +1,4 @@
1
-importlib-metadata>=1.5.0; python_version < "3.9"
+importlib-metadata>=3.6.0; python_version < "3.9"
2
importlib-resources>=3.0.0; python_version < "3.7"
3
-natsort>=7.1.0
4
-typing-extensions>=3.7.4.3
+natsort>=7.0.1
+typing-extensions>=3.7.4.1
tox.ini
@@ -167,7 +167,9 @@ docstring-quotes = """
167
count = True
168
169
[testenv]
170
-setenv = PYTHONDEVMODE = 1
+setenv =
171
+ PYTHONDEVMODE = 1
172
+ PIP_DISABLE_PIP_VERSION_CHECK=1
173
deps = -r{toxinidir}/tests/requirements.txt
174
extras = all
175
ignore_errors = True
0 commit comments