Experimentally, (3, 6, 3) is less than sys.version_info on an actual
Python 3.6.3 installation. Let's just check < (3, 6, 4) instead of
<= (3, 6, 3) so we stop seeing this bogus failure.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG685cf59a134f: tests: correct version check in clientreactor test
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.