Skip to content

Commit

Permalink
Consolidate PackageDistributions tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 18, 2023
1 parent fa705d3 commit 7a19e8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,6 @@ def test_packages_distributions_all_module_types(self):

assert not any(name.endswith('.dist-info') for name in distributions)


class PackagesDistributionsDistTest(
fixtures.OnSysPath, fixtures.SiteDir, unittest.TestCase
):
def test_packages_distributions_symlinked_top_level(self):
"""
Distribution is resolvable from a simple top-level symlink in RECORD.
Expand Down

0 comments on commit 7a19e8a

Please sign in to comment.