We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05c227 commit f61d245Copy full SHA for f61d245
tools/source-package-verification.sh
@@ -39,7 +39,7 @@ if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
39
40
echo "Testing extra dependencies ..."
41
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
+ if [ $(jq '.install[0].metadata.provides_extra' pip-install.json | egrep '"(schema-registry|schemaregistry|avro|json|protobuf|rules)"' | wc -l) != "5" ]; then
43
echo "Failing: package does not provide all extras necessary for backward compatibility"
44
exit 1
45
fi
0 commit comments