Skip to content

Commit

Permalink
Removed another annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Dec 16, 2024
1 parent ee2ce1a commit 835ede7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/test_asyncio/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ async def re_auth_callback(token):

@pytest.mark.asyncio
@pytest.mark.cp_integration
@pytest.mark.onlynoncluster
class TestEntraIdCredentialsProvider:
@pytest.mark.parametrize(
"r_credential",
Expand All @@ -435,6 +434,5 @@ class TestEntraIdCredentialsProvider:
)
@pytest.mark.asyncio
@pytest.mark.cp_integration
@pytest.mark.onlynoncluster
async def test_async_auth_pool_with_credential_provider(self, r_credential: Redis):
assert await r_credential.ping() is True
2 changes: 0 additions & 2 deletions tests/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def re_auth_callback(token):
mock_failed_connection.read_response.assert_has_calls([call(), call(), call()])


@pytest.mark.onlynoncluster
@pytest.mark.cp_integration
class TestEntraIdCredentialsProvider:
@pytest.mark.parametrize(
Expand All @@ -407,7 +406,6 @@ class TestEntraIdCredentialsProvider:
ids=['pool', 'single'],
indirect=True,
)
@pytest.mark.onlynoncluster
@pytest.mark.cp_integration
def test_auth_pool_with_credential_provider(self, r: redis.Redis):
assert r.ping() is True

0 comments on commit 835ede7

Please sign in to comment.