Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Dec 25, 2022
1 parent df792da commit 5a64c9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test-modules-sanity
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a64c9f

Please sign in to comment.