From 7e4a6f72ccdf1e7506804c15fedd38b5d14460e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:18:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/integration/test_integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 6725b72..7d1bd53 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -14,6 +14,7 @@ def wrapper(selenium_standalone_micropip, pytestconfig): if not pytestconfig.getoption("--integration"): pytest.skip("Integration tests are skipped. Use --integration to run them.") func(selenium_standalone_micropip, pytestconfig) + return wrapper