Skip to content

Commit 835ede7

Browse files
committed
Removed another annotation
1 parent ee2ce1a commit 835ede7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_asyncio/test_credentials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ async def re_auth_callback(token):
417417

418418
@pytest.mark.asyncio
419419
@pytest.mark.cp_integration
420-
@pytest.mark.onlynoncluster
421420
class TestEntraIdCredentialsProvider:
422421
@pytest.mark.parametrize(
423422
"r_credential",
@@ -435,6 +434,5 @@ class TestEntraIdCredentialsProvider:
435434
)
436435
@pytest.mark.asyncio
437436
@pytest.mark.cp_integration
438-
@pytest.mark.onlynoncluster
439437
async def test_async_auth_pool_with_credential_provider(self, r_credential: Redis):
440438
assert await r_credential.ping() is True

tests/test_credentials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ def re_auth_callback(token):
389389
mock_failed_connection.read_response.assert_has_calls([call(), call(), call()])
390390

391391

392-
@pytest.mark.onlynoncluster
393392
@pytest.mark.cp_integration
394393
class TestEntraIdCredentialsProvider:
395394
@pytest.mark.parametrize(
@@ -407,7 +406,6 @@ class TestEntraIdCredentialsProvider:
407406
ids=['pool', 'single'],
408407
indirect=True,
409408
)
410-
@pytest.mark.onlynoncluster
411409
@pytest.mark.cp_integration
412410
def test_auth_pool_with_credential_provider(self, r: redis.Redis):
413411
assert r.ping() is True

0 commit comments

Comments
 (0)