Skip to content

Commit

Permalink
tests: xfail tests that will be fixed upstream in griffe
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Jun 3, 2024
1 parent efb09d6 commit ce9fc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions quartodoc/tests/test_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def test_preview_no_fail(capsys):
assert "get_object" in res.out


@pytest.mark.xfail
def test_preview_warn_alias_no_load():
# fetch an alias to pydantic.BaseModel, without loading pydantic
# attempting to get alias.target will fail, but preview should still work.
Expand Down
1 change: 1 addition & 0 deletions quartodoc/tests/test_builder_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def bp():
return BlueprintTransformer()


@pytest.mark.xfail
def test_func_resolve_alias():
obj = get_object("quartodoc.tests.example_alias_target.external_alias")
assert obj.is_alias
Expand Down

0 comments on commit ce9fc47

Please sign in to comment.