Skip to content

Commit

Permalink
Skipped test on version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Dec 30, 2024
1 parent 6603576 commit 3c797f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import copy
import platform
import socket
import sys
import threading
import types
from typing import Any
Expand Down Expand Up @@ -249,6 +250,7 @@ def get_redis_connection():
r1.close()


@pytest.mark.skipif(sys.version_info == (3, 9), reason="Flacky test on Python 3.9")
@pytest.mark.parametrize("from_url", (True, False), ids=("from_url", "from_args"))
def test_redis_connection_pool(request, from_url):
"""Verify that basic Redis instances using `connection_pool`
Expand Down

0 comments on commit 3c797f6

Please sign in to comment.