Skip to content

Commit

Permalink
Remove sphinx from the list of integration tests
Browse files Browse the repository at this point in the history
It seems that they migrated to `flit` and no longer use setuptools.
  • Loading branch information
abravalheri committed Aug 18, 2023
1 parent e243184 commit 782c1c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setuptools/tests/integration/test_pip_install_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# due to their relevance to the numerical/scientific programming ecosystem)
EXAMPLES = [
("pandas", LATEST), # cython + custom build_ext
("sphinx", LATEST), # custom setup.py
("pip", LATEST), # just in case...
("pytest", LATEST), # uses setuptools_scm
("mypy", LATEST), # custom build_py + ext_modules
Expand Down

0 comments on commit 782c1c4

Please sign in to comment.