Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roddajohn authored Aug 14, 2023
1 parent bb45679 commit 4009f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdist/dsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def _failed_worker_collectreport(self, node, rep):
if rep.nodeid not in self.failures:
self.failures[rep.nodeid] = rep

if should_count:
if should_count or True:
self._failed_collection_errors[self.failures[rep.nodeid].longrepr] = True
self.config.hook.pytest_collectreport(report=self.failures[rep.nodeid])

Expand Down

0 comments on commit 4009f12

Please sign in to comment.