summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_asyncio/test_encoding.py')
-rw-r--r--tests/test_asyncio/test_encoding.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_asyncio/test_encoding.py b/tests/test_asyncio/test_encoding.py
index 5db7187..3efcf69 100644
--- a/tests/test_asyncio/test_encoding.py
+++ b/tests/test_asyncio/test_encoding.py
@@ -1,13 +1,5 @@
-import sys
-
import pytest
-
-if sys.version_info[0:2] == (3, 6):
- import pytest as pytest_asyncio
-
- pytestmark = pytest.mark.asyncio
-else:
- import pytest_asyncio
+import pytest_asyncio
import redis.asyncio as redis
from redis.exceptions import DataError