Skip to content

Commit f61d245

Browse files
committed
Failing the test
1 parent e05c227 commit f61d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/source-package-verification.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
3939

4040
echo "Testing extra dependencies ..."
4141
python3 -m pip install --dry-run --report ./pip-install.json .[schema-registry,avro,json,protobuf]
42-
if [ $(jq '.install[0].metadata.provides_extra' pip-install.json | egrep '"(schema-registry|schemaregistry|avro|json|protobuf|rules)"' | wc -l) != "6" ]; then
42+
if [ $(jq '.install[0].metadata.provides_extra' pip-install.json | egrep '"(schema-registry|schemaregistry|avro|json|protobuf|rules)"' | wc -l) != "5" ]; then
4343
echo "Failing: package does not provide all extras necessary for backward compatibility"
4444
exit 1
4545
fi

0 commit comments

Comments
 (0)