| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replace pkg_resources uses with importlib_metadata | Michael Merickel | 2022-05-15 | 1 | -0/+1 |
| | | |||||
| * | initial setup removing importlib-metadata | Michael Merickel | 2022-05-15 | 3 | -26/+5 |
| | | |||||
| * | move fixtures into the setup code for the test suite | Michael Merickel | 2022-05-15 | 1 | -0/+16 |
| | | |||||
| * | blackify/isort/flake8 | Michael Merickel | 2022-05-15 | 11 | -92/+98 |
| | | |||||
| * | refactor package info to setup.cfg, run pyupgrade | Michael Merickel | 2022-05-15 | 2 | -3/+3 |
| | | |||||
| * | remove compat module | Michael Merickel | 2022-05-15 | 1 | -6/+3 |
| | | |||||
| * | Make 'python setup.py test' work (#5) | Chris Dent | 2018-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini. | ||||
| * | Fix string-formatting args when raising LookupError | Tim Burke | 2016-07-20 | 23 | -0/+631 |
| Previously, this would trigger TypeError: not enough arguments for format string | |||||
