This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tempora: Autospec creation for update from version 1.14.1 to version …
…2.0.0 Jason R. Coombs (59): Add black config, pre-commit including black, check code with black. Enable tox-pip-extensions ext_venv_update if available. Fixes jaraco/skeleton#6 Rely on tox 3.2 and pip 10 or later for all builds It adds no value to add a pip requirement for the tox install Pin to pip 19.0 for now for pypa/pip#6434. Revert "Pin to pip 19.0 for now for pypa/pip#6434." Only install and invoke pytest-black on Python 3 Use pytest-black-multipy to enable simple support for pytest-black where available. Ref pytest-dev/pytest#5272. Update skeleton documentation to reflect black adoption. Rely on twine 1.13 or later Fade to black Upgrade tox and virtualenv to ensure that environments get recent pips Define passenv in tox release section. Rely on __token__ for default username. Update docs to reflect changes to deployment. Python 3 only Enable coverage reporting on project Report the lines missing coverage Add test capturing no format string matching Add support for %f and add tests Limit the compatibility behavior now that Python supports it natively. Replace strptime with the new version in Python Suppress coverage on selective code Remove DatetimeConstructor Extend tests for get_nearest_year Add tests for prorated_values Add test for branch Add test to date_range Combine tests Ensure that a late version of pip is installed without special versions of tox-venv. Disable tox-pip-version as it interacts badly with tox-venv causing tox to use the wrong Python version to install packages and run tests. Ref pglass/tox-pip-version#20 and tox-dev/tox-venv#40. Bring back tox-pip-version now that pglass/tox-pip-version#20 is fixed. Test/release on Python 3.8 Apply black to docs/conf.py Update black version and links Expect flake8 3.6 or later and remove suppression of warnings from Flake8 prior to 3.6. Rely on pytest-checkdocs 1.2.3, eliminating workaround for docutils warning. Remove workaround for gitlab.com/PyCQA/flake8/issues/275, apparently no longer necessary. Normalize indentation Include keyring support from twine Rename 'build-docs' to simply 'docs' (matching more popular convention). Prefer 'path' to 'path.py' Cover Python 3.8 in Windows tests Update changelog Remove compatibility code Add test for calculate_prorated_values Clean up conftest Remove compatibility code Restore 4-digit year compatibility for affected systems. Update changelog Remove more compatibility code Remove naive_times fixture (unused). Suppress coverage failures in selective code Expand test coverage Improve test coverage Fix suppressed warning Improve test coverage Improve test coverage Improve test coverage Suppress AttributeError when time is not a date.
- Loading branch information