diff --git a/setuptools/tests/integration/test_pip_install_sdist.py b/setuptools/tests/integration/test_pip_install_sdist.py index 3671abbc4f..186b75554d 100644 --- a/setuptools/tests/integration/test_pip_install_sdist.py +++ b/setuptools/tests/integration/test_pip_install_sdist.py @@ -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