Skip to content

Commit 2671eec

Browse files
pre-commit-ci[bot]vkruglik-aka
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3689139 commit 2671eec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/xdist/scheduler/isoscope.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,9 @@ def _do_two_nodes_have_same_collection(
10481048
# NOTE: Not sure why/when `_config` would be `None`. Copied check
10491049
# from the `loadscope` scheduler.
10501050

1051-
report = pytest.CollectReport(node.gateway.id, "failed", longrepr=msg, result=[])
1051+
report = pytest.CollectReport(
1052+
node.gateway.id, "failed", longrepr=msg, result=[]
1053+
)
10521054
self._config.hook.pytest_collectreport(report=report)
10531055

10541056
return False

0 commit comments

Comments
 (0)