aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-05 21:19:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-05 21:19:16 -0500
commit023cc7621f21b660b1eed7561f1a4c8caabb125c (patch)
tree38cdb8b88b64d30aa4f9203831b6294d5867bf28 /setuptools/tests/test_easy_install.py
parent477d825d98155aa143bf6eb985d5d491368c63b1 (diff)
downloadexternal_python_setuptools-023cc7621f21b660b1eed7561f1a4c8caabb125c.tar.gz
external_python_setuptools-023cc7621f21b660b1eed7561f1a4c8caabb125c.tar.bz2
external_python_setuptools-023cc7621f21b660b1eed7561f1a4c8caabb125c.zip
Remove unused variable
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 10c6fb61..e58379ab 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -353,7 +353,6 @@ def create_setup_requires_package(path):
test_pkg = os.path.join(path, 'test_pkg')
test_setup_py = os.path.join(test_pkg, 'setup.py')
- test_setup_cfg = os.path.join(test_pkg, 'setup.cfg')
os.mkdir(test_pkg)
f = open(test_setup_py, 'w')