Skip to content

Commit dbeae28

Browse files
hugovkionelmc
authored andcommitted
Add missing space in warning
1 parent 8ae0954 commit dbeae28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_benchmark/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, config):
7373
xdist_active = config.getoption('dist', 'no') != 'no' or os.environ.get('PYTEST_XDIST_WORKER', None)
7474
if xdist_active and not self.skip and not self.disabled:
7575
self.logger.warning(
76-
'Benchmarks are automatically disabled because xdist plugin is active.'
76+
'Benchmarks are automatically disabled because xdist plugin is active. '
7777
'Benchmarks cannot be performed reliably in a parallelized environment.',
7878
)
7979
self.disabled = True

0 commit comments

Comments
 (0)