You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypi-jaraco.functools: Autospec creation for update from version 3.5.2 to version 3.6.0
Jason R. Coombs (28):
Update documentation of call_aside detailing the motivation and benefits of the construct.
Adopt furo theme for docs.
Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
GHA pretty env (#67)
Pin mypy to '<0.990' due to realpython/pytest-mypy#141
Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.
Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
Honor ResourceWarnings. Fixesjaraco/skeleton#73.
tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixesjaraco/skeleton#74.
Remove unnecessary shebang and encoding header in docs conf.
Prevent Python 3.12 from blocking checks.
Build docs in CI, including sphinx-lint.
Restore doctests by utilizing importlib. Ref pytest-dev/pytest#3396.
Put tidelift docs dependency in its own section to limit merge conflicts.
Update badge for 2023
ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
Enable default encoding warning where available. See PEP 597.
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
Exempt warning. Workaround for realpython/pytest-mypy#152
Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).
Remove reference to EncodingWarning as it doesn't exist on some Pythons.
Revert "exclude build env from cov reporting (jaraco/skeleton#60)"
Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixespython/importlib_resources#279 and fixesjaraco/skeleton#56.
Renamed 'call_aside' to 'invoke'. Fixes #21.
Replace 'called_with' with 'assert_called_with'.
🚡 Toil the docs.
Zach Burnett (1):
rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
0 commit comments