Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 14 21:25:56 2020 -0500 +++ b/CHANGES.txt Sun Dec 20 11:08:57 2020 -0500 @@ -52,6 +52,9 @@ - replace deprecated base64.decodestring with base64.b64decode in roundup_server.py and roundup_xlmrpc_server.py (reported by lmsteffan in irc) +- removed run_tests.py. Newer pytest doesn't support generating + stand alone testing bundles. Python 3.9 generates errors running + the current run_tests.py. Features: - issue2550522 - Add 'filter' command to command-line
