Roundup Tracker - Issues

Message6199

Author joseph_myers
Recipients cmeerw, joseph_myers
Date 2018-08-17.16:18:43
Message-id <alpine.DEB.2.20.1808171614030.14945@digraph.polyomino.org.uk>
In-reply-to <1534522260.74.0.56676864532.issue2550971@psf.upfronthosting.co.za>
dehtml might behave differently depending on whether you have 
BeautifulSoup installed, which could affect the test results.

Anyway, we should probably add 3.5 and 3.6 tests to .travis.yml, on the 
basis of testing with all non-EOL Python versions (testing with 3.7 is 
problematic while Travis is still using Ubuntu 14.04, as the OpenSSL 
version there is too old for 3.7), and remove the allow_failures given the 
tests are passing.  Adding the other Python versions didn't really make 
sense before the results with 3.4 were clean.

For this and issue 2550972 to be complete we arguably also need to sort 
out the MySQL issue (issue 2550987) so that all tests can run with Python 
3.
History
Date User Action Args
2018-08-17 16:18:44joseph_myerssetrecipients: + joseph_myers, cmeerw
2018-08-17 16:18:44joseph_myerslinkissue2550971 messages
2018-08-17 16:18:43joseph_myerscreate