We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7c371 commit 84d6961Copy full SHA for 84d6961
tests/test_api.py
@@ -73,7 +73,7 @@ def test_entry_points_distribution(self):
73
entries = dict(entry_points()['entries'])
74
for entry in ("main", "ns:sub"):
75
ep = entries[entry]
76
- self.assertEqual(ep.dist.name, "distinfo-pkg")
+ self.assertIn(ep.dist.name, ('distinfo-pkg', 'egginfo-pkg'))
77
self.assertEqual(ep.dist.version, "1.0.0")
78
79
def test_metadata_for_this_package(self):
0 commit comments