Skip to content

Commit

Permalink
Remove test for 'new style classes', no longer relevant in a world wh…
Browse files Browse the repository at this point in the history
…ere all classes are new style.
  • Loading branch information
jaraco committed Jan 1, 2023
1 parent 35da17c commit cd68fe5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from importlib_metadata import (
Distribution,
EntryPoint,
MetadataPathFinder,
PackageNotFoundError,
_unique,
distributions,
Expand Down Expand Up @@ -44,10 +43,6 @@ def test_package_not_found_mentions_metadata(self):

assert "metadata" in str(ctx.exception)

def test_new_style_classes(self):
self.assertIsInstance(Distribution, type)
self.assertIsInstance(MetadataPathFinder, type)

@fixtures.parameterize(
dict(name=None),
dict(name=''),
Expand Down

0 comments on commit cd68fe5

Please sign in to comment.