comparison CHANGES.txt @ 6297:a635a60ffb84

Remove standalone pytest run_tests.py bundle Newer pytest doesn't support generating stand alone testing bundles. Python 3.9 generates errors running the current run_tests.py. Changed doc to use pythonX -m pytest test/ and some light directions on how to install pytest. Thanks to jerrykan for recommendations on how to do the doc updates.
author John Rouillard <rouilj@ieee.org>
date Sun, 20 Dec 2020 11:08:57 -0500
parents bc2b00afa980
children fd0bdcbc68e4
comparison
equal deleted inserted replaced
6296:6cf9f2f49b89 6297:a635a60ffb84
50 - issue2551100 - old jquery has security issues, upgrade it and fix 50 - issue2551100 - old jquery has security issues, upgrade it and fix
51 user.help.html 51 user.help.html
52 - replace deprecated base64.decodestring with base64.b64decode in 52 - replace deprecated base64.decodestring with base64.b64decode in
53 roundup_server.py and roundup_xlmrpc_server.py (reported by 53 roundup_server.py and roundup_xlmrpc_server.py (reported by
54 lmsteffan in irc) 54 lmsteffan in irc)
55 - removed run_tests.py. Newer pytest doesn't support generating
56 stand alone testing bundles. Python 3.9 generates errors running
57 the current run_tests.py.
55 58
56 Features: 59 Features:
57 - issue2550522 - Add 'filter' command to command-line 60 - issue2550522 - Add 'filter' command to command-line
58 interface. Filter command was actually added in 2.0.0, but this 61 interface. Filter command was actually added in 2.0.0, but this
59 issue requested transitive searching. So that: 62 issue requested transitive searching. So that:

Roundup Issue Tracker: http://roundup-tracker.org/