Skip to content

Commit 4837542

Browse files
authored
Merge pull request #2094 from nicoddemus/remove-setuptools-pin
Remove setuptools pin now that upstream has been fixed
2 parents 1e97ea6 + 5566b3c commit 4837542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ usedevelop=True
119119
skipsdist=True
120120
deps=
121121
PyYAML
122-
# pinning setuptools because of AppVeyor failures, see pypa/setuptools#861
123-
setuptools<29.0.0
124122
commands=
125123
pytest -rfsxX doc/en
126124
pytest --doctest-modules {toxinidir}/_pytest

0 commit comments

Comments
 (0)