Skip to content

Commit

Permalink
Audit if tests fail on pure Py2
Browse files Browse the repository at this point in the history
Danny figured out that these tests are failing due to the Pexrc issues we've been encountering.

Does this failrue still hit us when running with pure Py2 instead of Py2 w/ Py3 constraints? Hopefully not, so that we can skip the tests during daily CI and still run them during cron job.
  • Loading branch information
Eric-Arellano committed Mar 7, 2019
1 parent 3781586 commit f55a87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ matrix:
stage: *test
env:
- *py27_linux_test_config_env
- PANTS_PYTHON_SETUP_INTERPRETER_CONSTRAINTS="['CPython>=3.6']"
# - PANTS_PYTHON_SETUP_INTERPRETER_CONSTRAINTS="['CPython>=3.6']"
- CACHE_NAME=integrationshard0.py27blacklist
script:
- ./build-support/bin/travis-ci.sh -c2w -i 0/1
Expand Down
2 changes: 1 addition & 1 deletion build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ matrix:
stage: *test
env:
- *py27_linux_test_config_env
- PANTS_PYTHON_SETUP_INTERPRETER_CONSTRAINTS="['CPython>=3.6']"
# - PANTS_PYTHON_SETUP_INTERPRETER_CONSTRAINTS="['CPython>=3.6']"
- CACHE_NAME=integrationshard{{.}}.py27blacklist
script:
- ./build-support/bin/travis-ci.sh -c2w -i {{.}}/{{py2_blacklist_integration_shards_length}}
Expand Down

0 comments on commit f55a87e

Please sign in to comment.