Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 20, 2024
1 parent b52bdd6 commit 17b5b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest_perf/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def _collect_file_pytest6(parent, path):

old_pytest = Version(pytest.__version__) < Version('7')
pytest_collect_file = suppress(UnicodeDecodeError)(
_collect_file_pytest6 if old_pytest else _collect_file_pytest7)
_collect_file_pytest6 if old_pytest else _collect_file_pytest7
)


def pytest_terminal_summary(terminalreporter, config):
Expand Down

0 comments on commit 17b5b38

Please sign in to comment.