Skip to content

Commit 782c1c4

Browse files
committed
Remove sphinx from the list of integration tests
It seems that they migrated to `flit` and no longer use setuptools.
1 parent e243184 commit 782c1c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setuptools/tests/integration/test_pip_install_sdist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
# due to their relevance to the numerical/scientific programming ecosystem)
4343
EXAMPLES = [
4444
("pandas", LATEST), # cython + custom build_ext
45-
("sphinx", LATEST), # custom setup.py
4645
("pip", LATEST), # just in case...
4746
("pytest", LATEST), # uses setuptools_scm
4847
("mypy", LATEST), # custom build_py + ext_modules

0 commit comments

Comments
 (0)