summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-13 10:36:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-13 10:36:55 -0500
commit59f12c0141af1061de6f39f7b5a69795d1353993 (patch)
tree1743f53ecc5b06ea908806707fd75656ba3d9891 /setuptools/tests/test_egg_info.py
parent3bc1dafb0e22f3c694c63cc1159648cee720e638 (diff)
parent2439ceb80430a4201efac7370c90474e429ab41b (diff)
downloadpython-setuptools-git-8.0.tar.gz
Merge with 8.0b1 (use packaging for version specifiers)8.0
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
-rw-r--r--setuptools/tests/test_egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index e803a41e..4c4f9456 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -155,7 +155,7 @@ class TestSvnDummy(environment.ZippedEnvironment):
infile.close()
del infile
- self.assertTrue("Version: 0.1.1-r1\n" in read_contents)
+ self.assertTrue("Version: 0.1.1.post1\n" in read_contents)
@skipIf(not test_svn._svn_check, "No SVN to text, in the first place")
def test_no_tags(self):