Skip to content

Commit

Permalink
fix(plugins): nit
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 20, 2024
1 parent 09cab35 commit 8a56ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_plugins/concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def session_temp_folder_name(testrun_uid: str) -> str: # noqa: SC200
xdist workers to coordinate the tests.
"testrun_uid" is a fixture provided by the xdist plugin, and is unique for each test run,
so it is used to create the unique folder name for each test run.
so it is used to create the unique folder name.
"""
return f"pytest-{testrun_uid}" # noqa: SC200

Expand Down

0 comments on commit 8a56ef0

Please sign in to comment.