From a1714318a0091d0e1a1e839e22e9468a2c515346 Mon Sep 17 00:00:00 2001 From: Gabriel Venegas Date: Fri, 13 Dec 2024 16:27:51 -0600 Subject: [PATCH] Add missing @pytest.mark.requires_external_volume --- tests/test_structured_datatypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_structured_datatypes.py b/tests/test_structured_datatypes.py index eab09e81..fc17a8a4 100644 --- a/tests/test_structured_datatypes.py +++ b/tests/test_structured_datatypes.py @@ -409,6 +409,7 @@ def test_reflect_structured_data_types( metadata.drop_all(engine_testaccount) +@pytest.mark.requires_external_volume def test_create_table_structured_datatypes( engine_testaccount, external_volume, base_location ):