diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-28 16:23:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-28 16:23:59 -0500 |
| commit | b324f92d0a9583f07c137d29d4c68f2ae7fc4b68 (patch) | |
| tree | 4e7fbed4252a63772a13d9b9a77d7a7561014b49 | |
| parent | 7f795745bc23880ba8f40033a1ef3210c0718396 (diff) | |
| parent | 5c24a555a322e9fd987fb2d82782858971795361 (diff) | |
| download | python-setuptools-git-b324f92d0a9583f07c137d29d4c68f2ae7fc4b68.tar.gz | |
Merge pull request #2978 from abravalheri/revert-sphinx-workaround
Remove workaround for test/CI dependency on Sphinx
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rw-r--r-- | tox.ini | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -61,7 +61,7 @@ testing = pip>=19.1 # For proper file:// URLs support. jaraco.envs>=2.2 pytest-xdist - sphinx + sphinx>=4.3.2 jaraco.path>=3.2.0 docs = @@ -7,9 +7,6 @@ toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps = - # workaround for sphinx-doc/sphinx#9562 - # TODO: remove after Sphinx>4.1.2 is available. - sphinx@git+https://github.com/sphinx-doc/sphinx; python_version>="3.10" # TODO: remove after man-group/pytest-plugins#188 is solved pytest-virtualenv @ git+https://github.com/jaraco/pytest-plugins@distutils-deprecated#subdirectory=pytest-virtualenv commands = |
