Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bound pytest below 3.7 to avoid a ZipImportError (pantsbuild#6285)
### Problem As described in pantsbuild#6282, pytest `3.7` introduces a non-deterministic `ZipImportError`. ### Solution Bound pants' usage of pytest below `3.7`. This subsumes pantsbuild#6283: the hypothesis is that because `tests/python/pants_test/backend/python/tasks/test_pytest_run.py` creates synthetic scopes for its tasks, options in `pants.ini` (as opposed to Subsystem defaults) are not applied. ### Result Works around pantsbuild#6282.
- Loading branch information