diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-01 23:54:42 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-01 23:54:42 -0500 |
commit | e1df8f970338c1d20fca384c4258ebb01a5e6682 (patch) | |
tree | c34cfe60296cb2ad341b34761145b7bfbe6d96b0 /setuptools | |
parent | 81be05c12fd45550981d1d2a8a4e452482389376 (diff) | |
download | external_python_setuptools-e1df8f970338c1d20fca384c4258ebb01a5e6682.tar.gz external_python_setuptools-e1df8f970338c1d20fca384c4258ebb01a5e6682.tar.bz2 external_python_setuptools-e1df8f970338c1d20fca384c4258ebb01a5e6682.zip |
Normalize whitespace
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/tests/test_easy_install.py | 2 |
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 |