This is an archive of the discontinued Mercurial Phabricator instance.

tests: correct version check in clientreactor test
ClosedPublic

Authored by durin42 on Jan 6 2019, 3:28 PM.

Details

Summary

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.

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.

Event Timeline

durin42 created this revision.Jan 6 2019, 3:28 PM
pulkit accepted this revision.Jan 7 2019, 5:32 AM
This revision was automatically updated to reflect the committed changes.