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 e1f0e79 commit 7f1c795Copy full SHA for 7f1c795
tools/source-package-verification.sh
@@ -20,7 +20,7 @@ python setup.py build && python setup.py install
20
if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
21
flake8 --exclude ./_venv,*_pb2.py
22
make docs
23
- if [[ $TEST_TEST_CONSUMER_GROUP_PROTOCOL == consumer ]]; then
+ if [[ $TEST_CONSUMER_GROUP_PROTOCOL == consumer ]]; then
24
python -m pytest --timeout 1200 --ignore=dest --ignore=tests/integration/admin
25
else
26
python -m pytest --timeout 1200 --ignore=dest
0 commit comments