We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d952d7 commit 7316502Copy full SHA for 7316502
setuptools/tests/test_logging.py
@@ -45,7 +45,7 @@ def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level):
45
def _flaky_on_pypy(func):
46
try:
47
func()
48
- except AssertionError:
+ except AssertionError: # pragma: no cover
49
if IS_PYPY:
50
msg = "Flaky monkeypatch on PyPy"
51
pytest.xfail(f"{msg}. Original discussion in #3707, #3709.")
0 commit comments