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 Nov 15, 2021
1 parent 752eac5 commit d841eed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ibis/backends/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ def pytest_pyfunc_call(pyfuncitem):
if len(markers) != 1:
(marker,) = markers
if not isinstance(backend, BackendTest):
pytest.fail(
f"Backend has type {type(backend).__name__!r}"
)
pytest.fail(f"Backend has type {type(backend).__name__!r}")
else:
msg = "More than one xfail_unsupported marker found on test {}"
pytest.fail(msg.format(pyfuncitem))
Expand Down

0 comments on commit d841eed

Please sign in to comment.