Skip to content

Commit ce9fc47

Browse files
committed
tests: xfail tests that will be fixed upstream in griffe
1 parent efb09d6 commit ce9fc47

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

quartodoc/tests/test_ast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_preview_no_fail(capsys):
8787
assert "get_object" in res.out
8888

8989

90+
@pytest.mark.xfail
9091
def test_preview_warn_alias_no_load():
9192
# fetch an alias to pydantic.BaseModel, without loading pydantic
9293
# attempting to get alias.target will fail, but preview should still work.

quartodoc/tests/test_builder_blueprint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def bp():
4242
return BlueprintTransformer()
4343

4444

45+
@pytest.mark.xfail
4546
def test_func_resolve_alias():
4647
obj = get_object("quartodoc.tests.example_alias_target.external_alias")
4748
assert obj.is_alias

0 commit comments

Comments
 (0)