From 600992dff64b3aefe0061b9861a48cf3558adcdc Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 1 Jan 2015 16:34:47 -0500 Subject: I'm pretty sure this deviance was incidental. --- setuptools/tests/test_dist_info.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/tests/test_dist_info.py') 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') -- cgit v1.2.1