Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 17, 2024
1 parent 23856be commit f6ea9df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cheroot/test/test_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ def _trigger_kb_intr(_req, _resp):


@pytest.mark.xfail(
IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, # NOTE: Actually covers any Linux
IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV,
# NOTE: Actually covers any Linux
reason='Fails under PyPy 3.6 under Ubuntu 20.04 in CI for unknown reason',
strict=False,
)
Expand Down Expand Up @@ -883,7 +884,8 @@ def _trigger_scary_exc(_req, _resp):


@pytest.mark.xfail(
IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, # NOTE: Actually covers any Linux
IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV,
# NOTE: Actually covers any Linux
reason='Fails under PyPy 3.6 under Ubuntu 20.04 in CI for unknown reason',
strict=False,
)
Expand Down

0 comments on commit f6ea9df

Please sign in to comment.