We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083c7b5 commit ec722cfCopy full SHA for ec722cf
1 file changed
.github/workflows/scripts/script.sh
@@ -150,7 +150,7 @@ then
150
pip install -r test_requirements.txt
151
pytest -v tests -m "pulp_python"
152
else
153
- PULP_CA_BUNDLE="/usr/local/share/ca-certificates/pulp_webserver.crt" make livetest
+ PULP_CA_BUNDLE="/usr/local/share/ca-certificates/pulp_webserver.crt" make livetest PYTEST_MARK="live and (pulp_python)"
154
fi
155
popd
156
0 commit comments