diff --git a/tests/test-modules-sanity b/tests/test-modules-sanity index 4077010..17f3fa1 100755 --- a/tests/test-modules-sanity +++ b/tests/test-modules-sanity @@ -8,6 +8,8 @@ SCRIPT_DIRECTORY=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && # shellcheck disable=1091 source "$SCRIPT_DIRECTORY/constants.sh" +# As we only support py36+, pyupgrade is set to remove the py27 boilerplate. Don't check for that as we don't need it tox -e sanity -- \ --docker --color -v \ - --python "$PYTHON_VERSION" + --python "$PYTHON_VERSION" \ + --skip-test metaclass-boilerplate --skip-test future-import-boilerplate