aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-01 16:34:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-01 16:34:47 -0500
commit600992dff64b3aefe0061b9861a48cf3558adcdc (patch)
tree451d339661cc98a405eae0bf5eb421d5a180131a
parentef3ee2cfee65f99d320983cbf6e32448b2cefbbe (diff)
downloadexternal_python_setuptools-600992dff64b3aefe0061b9861a48cf3558adcdc.tar.gz
external_python_setuptools-600992dff64b3aefe0061b9861a48cf3558adcdc.tar.bz2
external_python_setuptools-600992dff64b3aefe0061b9861a48cf3558adcdc.zip
I'm pretty sure this deviance was incidental.
-rw-r--r--setuptools/tests/test_dist_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py
index 91195c52..edf3ffff 100644
--- a/setuptools/tests/test_dist_info.py
+++ b/setuptools/tests/test_dist_info.py
@@ -57,7 +57,6 @@ class TestDistInfo:
name='VersionedDistribution',
version='',
).replace('\n\n', '\n')
- metadata = metadata.replace('==4', '4')
metadata_file.write(metadata)
unversioned = os.path.join(self.tmpdir,
'UnversionedDistribution.dist-info')