aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_dist_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_dist_info.py')
-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')