Skip to content

Commit

Permalink
xfail another mypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Nov 15, 2024
1 parent 2ab57c2 commit a9ba422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whole_repo_tests/test_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def test_stateful_target_params_mutually_exclusive(tmp_path, decorator):
"target=b1",
# FIXME: temporary workaround for mypy bug, see hypothesis/pull/4136
pytest.param("targets=(b1,)", marks=pytest.mark.xfail(strict=False)),
"targets=(b1, b2)",
pytest.param("targets=(b1, b2)", marks=pytest.mark.xfail(strict=False)),
"",
],
)
Expand Down

0 comments on commit a9ba422

Please sign in to comment.