Skip to content

Commit cfd9b26

Browse files
committed
Mark test as xfail as it's about to fail. Ref #442.
1 parent 700f2c7 commit cfd9b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ def test_packages_distributions_neither_toplevel_nor_files(self):
323323
)
324324
packages_distributions()
325325

326+
import pytest
327+
328+
@pytest.mark.xfail(reason="442")
326329
def test_packages_distributions_all_module_types(self):
327330
"""
328331
Test top-level modules detected on a package without 'top-level.txt'.

0 commit comments

Comments
 (0)