summaryrefslogtreecommitdiffstats
path: root/test/QT/qt_warnings.py
Commit message (Collapse)AuthorAgeFilesLines
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-4/+2
| | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3345] fix a few more Py3.8 problemsMats Wichmann2019-04-251-2/+2
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-2/+2
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* module named warnings.py is conflicting with system warnings module. rename. ↵William Deegan2017-03-301-0/+106
py2/3 issue