Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 915b0c5

Browse files
committed
fixup! Execute the system test workflow in pytest runner
1 parent de7a47e commit 915b0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tests/system/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def system_test( # pylint: disable=too-many-arguments,too-many-statements
434434
435435
Finally, when this fixture reaches an end (or encounters an exception,
436436
which may be caused by fail/skip invocations), any fixtures which is
437-
used by this one is finalized - e.g. system_test_dir performs final
437+
used by this one are finalized - e.g. system_test_dir performs final
438438
checks and cleans up the temporary test directory.
439439
"""
440440

0 commit comments

Comments
 (0)