Skip to content

Commit

Permalink
Remove xfail decoration which no longer applies.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 10, 2024
1 parent 3b028d4 commit 04142aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def test_not_dynamic_but_filename_defined(tmp_pathplus: PathPlus, build_func: Ca
build_func(dist_dir)


@pytest.mark.xfail(hatchling_version >= (1, 22), reason="Metadata hooks no longer called if dynamic not set")
@pytest.mark.parametrize("build_func", [build_wheel, build_sdist])
def test_not_in_dynamic_but_filename_defined(tmp_pathplus: PathPlus, build_func: Callable):

Expand Down

0 comments on commit 04142aa

Please sign in to comment.