Skip to content

Commit 8c3c912

Browse files
committed
Use more keyword arguments
1 parent 8111d4c commit 8c3c912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/fixtures/vuforia_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def pytest_collection_modifyitems(
222222
f"{skip_docker_build_tests_option} was set"
223223
),
224224
)
225-
if config.getoption(skip_docker_build_tests_option):
225+
if config.getoption(name=skip_docker_build_tests_option):
226226
for item in items:
227227
if "requires_docker_build" in item.keywords:
228228
item.add_marker(skip_docker_build_tests_marker)

0 commit comments

Comments
 (0)