Workaround CircleCI timeouts by deselecting tests

This commit is contained in:
Joe Rickerby
2021-11-20 13:32:43 +00:00
parent 782783a3b4
commit cc85b107a7
+3
View File
@@ -22,6 +22,9 @@ jobs:
- image: circleci/python:3.6
environment:
PYTHON: python3
# Temporarily restrict the tests that are run on CircleCI to prevent
# test timeouts.
PYTEST_ADDOPTS: -k "unit_test or main_tests or test_0_basic or test_docker_images"
steps:
- checkout
- setup_remote_docker