aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 69f42d56..9922716c 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -235,7 +235,6 @@ class TestUserInstallTest:
ei.__file__ = site.USER_SITE
yield
-
def patched_setup_context(self):
self.orig_context = sandbox.setup_context
@@ -244,7 +243,6 @@ class TestUserInstallTest:
self.user_install_setup_context,
)
-
def test_setup_requires(self):
"""Regression test for Distribute issue #318