From 782c1c483ddc1b61d4e0deee727e616913cb8d5f Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 18 Aug 2023 11:39:19 +0100 Subject: [PATCH] Remove sphinx from the list of integration tests It seems that they migrated to `flit` and no longer use setuptools. --- setuptools/tests/integration/test_pip_install_sdist.py | 1 - 1 file changed, 1 deletion(-) 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