summaryrefslogtreecommitdiff
path: root/tests/test_i18n.py
AgeCommit message (Collapse)Author
2022-12-29Drop l*gettext() from pyramid.i18nStefano Rivera
Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants aren't useful, and difficult to use correctly. This adds support for Python 3.11.
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-05-06Remove unnecessary coding linesBert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-12-27isortMichael Merickel
2018-10-15fix lint on testsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14move tests out of the packageMichael Merickel