From c72db40082278d9fd027235956978f5827622f87 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 2 Apr 2022 09:38:10 +0200 Subject: [PATCH] Bump num of conflicts in pip check (#69112) --- script/pip_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/pip_check b/script/pip_check index f29ea5a5dd0a..6f48ce15bb1e 100755 --- a/script/pip_check +++ b/script/pip_check @@ -3,7 +3,7 @@ PIP_CACHE=$1 # Number of existing dependency conflicts # Update if a PR resolve one! -DEPENDENCY_CONFLICTS=6 +DEPENDENCY_CONFLICTS=7 PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE) LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)