]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Streamline test configurations 3260/head
authorBen Darnell <ben@bendarnell.com>
Mon, 1 May 2023 21:10:27 +0000 (17:10 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 1 May 2023 21:58:04 +0000 (17:58 -0400)
commitd78292594ea62fe7ff1f5ec5587aeb525121603c
treee82dfe8f9ddfd9cd6842ab3dd66774ec9b1492a4
parentdc56f548fb7edfc6697b100cbbfc422fd9784913
test: Streamline test configurations

- LANG tests were no longer having the intended effect because C locales
  now default to utf8 instead of ascii. There's a new warning we can turn
  on with an env var instead. (after cleaing up some tests)
- The tox install_command issue was reverted in tox 1.9
- Python now guarantees that __file__ is absolute
- Remove some obsolete warning manipulations
tornado/test/autoreload_test.py
tornado/test/log_test.py
tornado/test/runtests.py
tornado/test/web_test.py
tox.ini