We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb51f8a commit 7f7ea76Copy full SHA for 7f7ea76
.github/workflows/install_and_test.sh
@@ -40,7 +40,7 @@ cd ${TESTDIR}
40
# install, run tests
41
pip install ${PKG}
42
# Redis tests
43
-pytest -m 'not onlycluster' --ignore=tests/test_scenario
+pytest -m 'not onlycluster' --ignore=tests/test_scenario --ignore=tests/test_asyncio/test_scenario
44
# RedisCluster tests
45
CLUSTER_URL="redis://localhost:16379/0"
46
CLUSTER_SSL_URL="rediss://localhost:27379/0"
0 commit comments