summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-29 21:40:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-29 21:40:38 -0400
commit76416f3adbab68b5f7c3a513bc9013f8d08db1c8 (patch)
tree1d9c52634b83e1900c29659278ee71ce8d88a8dd
parente294e98b6ad5393d62943dbbbeac49855744782a (diff)
downloadpython-setuptools-bitbucket-76416f3adbab68b5f7c3a513bc9013f8d08db1c8.tar.gz
Trim excess whitespace
-rw-r--r--setuptools/tests/test_egg_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index 7531e37c..e803a41e 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -34,7 +34,7 @@ class TestEggInfo(unittest.TestCase):
entries_f = open(fn, 'wb')
entries_f.write(entries)
entries_f.close()
-
+
@skipIf(not test_svn._svn_check, "No SVN to text, in the first place")
def test_version_10_format(self):
"""
@@ -140,7 +140,7 @@ class TestSvnDummy(environment.ZippedEnvironment):
@skipIf(not test_svn._svn_check, "No SVN to text, in the first place")
def test_svn_tags(self):
- code, data = environment.run_setup_py(["egg_info",
+ code, data = environment.run_setup_py(["egg_info",
"--tag-svn-revision"],
pypath=self.old_cwd,
data_stream=1)