Skip to content
Snippets Groups Projects
Unverified Commit c1274ba7 authored by Jeremy Bowman's avatar Jeremy Bowman Committed by GitHub
Browse files

Fix the last bok-choy shard in Python 3 (#22221)

parent c7eece3c
Branches
Tags
No related merge requests found
......@@ -194,7 +194,7 @@ case "$TEST_SUITE" in
;;
25|"noshard")
$TOX paver test_bokchoy --eval-attr="(shard>=$SHARD or not shard) and not a11y" $PAVER_ARGS
$TOX paver test_bokchoy --eval-attr="(not shard or shard>=$SHARD) and not a11y" $PAVER_ARGS
;;
# Default case because if we later define another bok-choy shard on Jenkins
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment