Skip to content

Commit f558f2e

Browse files
Merge pull request #3098 from VWS-Python/adamtheturtle/fix-ci-failure
Fix beartype crash in pytest_collection_modifyitems on Windows
2 parents c7bf96a + 6e79e64 commit f558f2e

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
@@ -295,7 +295,7 @@ def pytest_addoption(parser: pytest.Parser) -> None:
295295
@beartype
296296
def pytest_collection_modifyitems(
297297
config: pytest.Config,
298-
items: list[pytest.Function],
298+
items: list[pytest.Item],
299299
) -> None:
300300
"""Skip Docker tests if requested."""
301301
skip_docker_build_tests_option = "--skip-docker_build_tests"

0 commit comments

Comments
 (0)