We change the version check logic to hard fail if running on
<= 3.5.0. The branch for <3.5 has been deleted. And the >=3.5
branch block has been dedented.
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG078e1e1cc7da: tests: require Python 3.5+ in run-tests.py
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
tests/run-tests.py | ||
---|---|---|
158 | This should be as high up as possible in the file |
tests/run-tests.py | ||
---|---|---|
158 | Fun fact: that's how I initially coded this patch. However, some linter (check-imports I think) was complaining. I decided not to think about it too much and just leave the version check near where it was. I just authored D12259 to fix this. I placed it at the end of the series to avoid rebase conflicts and having to resubmit a lot of diffs. |
This should be as high up as possible in the file