Skip to content

Commit

Permalink
Test docs on Python 3.8 instead of 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 14, 2023
1 parent e8524ae commit 32fbe74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-no-uncommitted-doc-changes.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ function red {
echo "$RED $1 $RESET"
}

if [ "$PLONE_VERSION" == "5.2" ] && [ "$PYTHON_VERSION" == '3.7' ]; then
echo "Running check for undocumented changes for Plone 5.2.x on Python 3.7"
if [ "$PLONE_VERSION" == "5.2" ] && [ "$PYTHON_VERSION" == '3.8' ]; then
echo "Running check for undocumented changes for Plone 5.2.x on Python 3.8"
else
# request/response dumps have known differences for Plone 5
# => skip, we can't have the Plone 5 build fail because of those
echo "Skipping checks for undocumented changes for everything except Plone 5.2.x on Python 3.7"
echo "Skipping checks for undocumented changes for everything except Plone 5.2.x on Python 3.8"
exit 0
fi

Expand Down

0 comments on commit 32fbe74

Please sign in to comment.