Skip to content

Commit

Permalink
Mark test as xfail as it's about to fail. Ref python#442.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 25, 2023
1 parent 700f2c7 commit cfd9b26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ def test_packages_distributions_neither_toplevel_nor_files(self):
)
packages_distributions()

import pytest

@pytest.mark.xfail(reason="442")
def test_packages_distributions_all_module_types(self):
"""
Test top-level modules detected on a package without 'top-level.txt'.
Expand Down

0 comments on commit cfd9b26

Please sign in to comment.