# HG changeset patch # User Gregory Szorc # Date 1494282615 25200 # Node ID ab89d2f7dc9ac0d013f154fb47424fa9677f5e48 # Parent feb910d2f59b32c1f383efe1058c6f1325cfe445 tests: remove test targeting Python 2.6 We just removed support for Python 2.7. This test is dead since it only ran on <2.7. diff -r feb910d2f59b -r ab89d2f7dc9a tests/test-https.t --- a/tests/test-https.t Tue May 02 16:19:04 2017 -0700 +++ b/tests/test-https.t Mon May 08 15:30:15 2017 -0700 @@ -333,20 +333,9 @@ > --config hostsecurity.disabletls10warning=true 5fed3813f7f5 -#if no-sslcontext no-py27+ -Setting ciphers doesn't work in Python 2.6 - $ P="$CERTSDIR" hg --config hostsecurity.ciphers=HIGH -R copy-pull id https://localhost:$HGPORT/ - warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info - abort: setting ciphers in [hostsecurity] is not supported by this version of Python - (remove the config option or run Mercurial with a modern Python version (preferred)) - [255] -#endif +Error message for setting ciphers is different depending on SSLContext support -Setting ciphers works in Python 2.7+ but the error message is different on -legacy ssl. We test legacy once and do more feature checking on modern -configs. - -#if py27+ no-sslcontext +#if no-sslcontext $ P="$CERTSDIR" hg --config hostsecurity.ciphers=invalid -R copy-pull id https://localhost:$HGPORT/ warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info abort: *No cipher can be selected. (glob)