##// END OF EJS Templates
tests: correct version check in clientreactor test...
tests: correct version check in clientreactor test 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. Differential Revision: https://phab.mercurial-scm.org/D5502
Augie Fackler -
r41154:685cf59a default
Show More
Name Size Modified Last Commit Author
/ rust / .cargo
config Loading ...