From cfd9b2641451c3af78c0a3ca0d13367fc94bdddc Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 25 Mar 2023 10:46:40 -0400 Subject: [PATCH] Mark test as xfail as it's about to fail. Ref #442. --- tests/test_main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_main.py b/tests/test_main.py index 16367793..3c8103d8 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -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'.