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 fbabc6d commit 3f2926cCopy full SHA for 3f2926c
.github/workflows/install_and_test.sh
@@ -21,7 +21,7 @@ python -m venv ${DESTENV}
21
source ${DESTENV}/bin/activate
22
pip install --upgrade --quiet pip
23
pip install --quiet -r dev_requirements.txt
24
-invoke devenv
+invoke devenv --endpoints=all-stack
25
invoke package
26
27
# find packages
@@ -39,7 +39,7 @@ cd ${TESTDIR}
39
# install, run tests
40
pip install ${PKG}
41
# Redis tests
42
-pytest -m 'not onlycluster'
+pytest -m 'not onlycluster and not graph'
43
# RedisCluster tests
44
CLUSTER_URL="redis://localhost:16379/0"
45
pytest -m 'not onlynoncluster and not redismod and not ssl' --redis-url=${CLUSTER_URL}
0 commit comments