This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 20fe540 Make timers easier to find in the logs new fab23d3 This type annotation had grown stale new a4d613d Type annotations for regression code new 05e56fc Unused. new 5a28e81 Fix Tuple has not .state new 59f12b9 Unused. new 34c9493 Fix test new cb9f3d6 This was an invalid type annotation new a5dbc0e Newest version of psycopg2 seems to work well, and has fixes for tox new 3a5e793 pep8 new 283aa6a Unused imports new 2d9daab Add some project policy for formatting so style tools are mor [...] new 0567f68 Use ToT lit new bce7a27 Seems like a lot of E266 in the lit test cases, disable that new 1d9ab50 Unused import new afa0954 pep8 whitespace fixups new 286083e Tox based testing
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/formats/__init__.py | 2 +- lnt/server/db/fieldchange.py | 13 +- lnt/server/db/migrations/util.py | 2 +- lnt/server/ui/regression_views.py | 8 +- lnt/server/ui/views.py | 3 +- lnt/tests/nt.py | 2 +- lnt/util/NTEmailReport.py | 5 - lnt/util/ServerUtil.py | 2 - lnt/util/stats.py | 220 +++++++++++------------ lnt/util/wsgi_restart.py | 1 - requirements.client.txt | 2 +- requirements.server.txt | 2 +- setup.cfg | 4 + setup.py | 2 +- tests/SharedInputs/FakeCompilers/fakecompiler.py | 63 ++++--- tests/server/ui/change_processing.py | 36 +++- tox.ini | 30 ++++ 17 files changed, 234 insertions(+), 163 deletions(-) create mode 100644 setup.cfg create mode 100644 tox.ini