Skip to content

Commit 66de3d7

Browse files
Skip test on bleeding edge version of grimp
1 parent 009ea11 commit 66de3d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/usethis/_integrations/project/test_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def test_exists_not_on_path(self, tmp_path: Path):
423423
):
424424
_get_graph("different_name.a")
425425

426+
@pytest.mark.skip(reason="failing on bleeding edge versions of grimp")
426427
def test_namespace_package_top_level(
427428
self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch
428429
):

0 commit comments

Comments
 (0)