aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-29 18:21:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-29 18:24:08 -0400
commite4aa9070e7196975edb41f8dcaccf8eccbf83b2e (patch)
tree1da05dc4a3bd10546c7b0629c75a4cd9ceed3f87 /setuptools/tests
parent74de4e985eda49e38ece5805e05197dd4d2d9c8a (diff)
downloadexternal_python_setuptools-e4aa9070e7196975edb41f8dcaccf8eccbf83b2e.tar.gz
external_python_setuptools-e4aa9070e7196975edb41f8dcaccf8eccbf83b2e.tar.bz2
external_python_setuptools-e4aa9070e7196975edb41f8dcaccf8eccbf83b2e.zip
Setuptools no longer installs a site.py file during easy_install or develop installs. Ref #2165.
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_easy_install.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 3044cbd0..e8ebd320 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -61,14 +61,6 @@ SETUP_PY = DALS("""
class TestEasyInstallTest:
- def test_install_site_py(self, tmpdir):
- dist = Distribution()
- cmd = ei.easy_install(dist)
- cmd.sitepy_installed = False
- cmd.install_dir = str(tmpdir)
- cmd.install_site_py()
- assert (tmpdir / 'site.py').exists()
-
def test_get_script_args(self):
header = ei.CommandSpec.best().from_environment().as_header()
expected = header + DALS(r"""