diff --git a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py index bd071d6d1b30..16fee77422e7 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py @@ -93,6 +93,7 @@ def callback(response): if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skipif(sys.version_info < (3, 0), reason="requires Python3") @CosmosPreparer() def test_user_agent_append(self, tables_cosmos_account_name, tables_primary_cosmos_account_key): service = self.create_client_from_credential(