Merge pull request #927 from pypa/circle-ci-workaround

Workaround CircleCI timeouts by deselecting tests
This commit is contained in:
Joe Rickerby
2021-11-21 11:02:59 +00:00
committed by GitHub
+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