We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6f4e6 commit fcb685dCopy full SHA for fcb685d
buildspec-release.yml
@@ -18,4 +18,4 @@ phases:
18
tox -e py36,py37,py38 -- tests/unit
19
20
# run a subset of the integration tests
21
- - IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 32 --boxed --reruns 2
+ - IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m not (local_mode or slow_test) -n 32 --boxed --reruns 2
0 commit comments