diff --git a/.github/workflows/install_and_test.sh b/.github/workflows/install_and_test.sh index e647126539..c90027389c 100755 --- a/.github/workflows/install_and_test.sh +++ b/.github/workflows/install_and_test.sh @@ -40,9 +40,11 @@ cd ${TESTDIR} # install, run tests pip install ${PKG} # Redis tests -pytest -m 'not onlycluster' +pytest -m 'not onlycluster' --ignore=tests/test_scenario # RedisCluster tests CLUSTER_URL="redis://localhost:16379/0" CLUSTER_SSL_URL="rediss://localhost:27379/0" pytest -m 'not onlynoncluster and not redismod and not ssl' \ - --redis-url="${CLUSTER_URL}" --redis-ssl-url="${CLUSTER_SSL_URL}" + --ignore=tests/test_scenario \ + --redis-url="${CLUSTER_URL}" \ + --redis-ssl-url="${CLUSTER_SSL_URL}" diff --git a/redis/_parsers/base.py b/redis/_parsers/base.py index 9fe77bcd3b..be7b5cf1d0 100644 --- a/redis/_parsers/base.py +++ b/redis/_parsers/base.py @@ -191,7 +191,7 @@ def parse_moving_msg(response): # Expected message format is: MOVING