Skip to content

Commit

Permalink
skipping test if running against python 2.7 (#16806)
Browse files Browse the repository at this point in the history
Removed this accidentally on the test refactor
  • Loading branch information
seankane-msft authored Feb 18, 2021
1 parent 9999d28 commit f595705
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f595705

Please sign in to comment.