Skip to content

Commit cd68fe5

Browse files
committed
Remove test for 'new style classes', no longer relevant in a world where all classes are new style.
1 parent 35da17c commit cd68fe5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_main.py

-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from importlib_metadata import (
1010
Distribution,
1111
EntryPoint,
12-
MetadataPathFinder,
1312
PackageNotFoundError,
1413
_unique,
1514
distributions,
@@ -44,10 +43,6 @@ def test_package_not_found_mentions_metadata(self):
4443

4544
assert "metadata" in str(ctx.exception)
4645

47-
def test_new_style_classes(self):
48-
self.assertIsInstance(Distribution, type)
49-
self.assertIsInstance(MetadataPathFinder, type)
50-
5146
@fixtures.parameterize(
5247
dict(name=None),
5348
dict(name=''),

0 commit comments

Comments
 (0)