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
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
importlib_metadata: Autospec creation for update from version 4.8.1 to version 4.8.2
Alan Fregtman (1):
.editorconfig: Set max_line_length to 88 for Python files.
Jason R. Coombs (16):
Pin against broken typing-extensions as reported in python/typing#865. Fixespython/importlib_metadata#350.
Extract list method passthrough into a factory function.
Refactor Distribution.files to use pass_none to handle a None value from _read_files*.
Revert "Pin against broken typing-extensions as reported in python/typing#865. Fixespython/importlib_metadata#350."
Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixesjaraco/skeleton#51.
Remove docstring as comment. It's over-specific (pytest-mypy) but also any user of mypy is probably familiar that mypy doesn't handle conditional imports elegantly.
Test on Python 3.10 (final).
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
Remove references to specific Python versions, as this project and CPython are evolving over time.
Remove more references to specific Python versions.
Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498.
Fall back to legacy resolver in pip. Workaround for pypa/pip#9143.
Restore new resolver for pip. Proper fix for pypa/pip#9143.
Add test for FastPath on empty path. Ref #353.
Restore fallback when FastPath.root is empty. Fixes #353.
Update changelog. Ref #353.
0 commit comments