My intent was to only allow Python 3 if the right environment variable
is set (for when people want to use pip install . on hg
locally). This fixes the bug in my previous change. I verified that
python3.6 run-tests.py still passes the tests that passed before,
and that all tests pass on 2.7 (including our virtualenv-using
installation test).
Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHGee11d18fcd3c: setup: fix mistake that prevented Python 3 from being excluded
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.