From 0e098485f84167b3552c250d30a0002683bde180 Mon Sep 17 00:00:00 2001 From: lochhh Date: Thu, 12 Oct 2023 16:35:42 +0100 Subject: [PATCH] Remove unused pytest_configure argument --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index b2d6383b..29a36df9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -13,7 +13,7 @@ from movement.logging import configure_logging -def pytest_configure(config): +def pytest_configure(): """Perform initial configuration for pytest. Fetches pose data file paths as a dictionary for tests.""" pytest.POSE_DATA = {