Skip to content

Commit

Permalink
Add reference to PR number in xfail message
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 20, 2023
1 parent 7316502 commit 2a3902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _flaky_on_pypy(func):
func()
except AssertionError: # pragma: no cover
if IS_PYPY:
msg = "Flaky monkeypatch on PyPy"
msg = "Flaky monkeypatch on PyPy (#4124)"
pytest.xfail(f"{msg}. Original discussion in #3707, #3709.")
raise

Expand Down

0 comments on commit 2a3902a

Please sign in to comment.