diff --git a/_config b/_config index 8281068..ba76649 100644 --- a/_config +++ b/_config @@ -432,8 +432,11 @@ Prefer: opencv-devel # python2-pytest4 should win over python2-pytest # python3-pytest should win over python3-pytest4 since pytest5 is python3 only -Prefer: python2-pytest4 -Prefer: python3-pytest python3-pytest4 python3-pytest3 +Prefer: python2-pytest4 python3-pytest4 + +# we need to fix python3-pytest4 conflicts with python3-pytest +# otherwise will breaks staging process +# Prefer: python3-pytest python3-pytest4 python3-pytest3 # There is python3-Django and python3-Django1 - as usual, we favor the unversioned one Prefer: python3-Django