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.
zipp: Autospec creation for update from version 3.1.0 to version 3.2.0
Jason R. Coombs (35):
Update to bionic for Travis. Correct comment about IPv6 workaround.
Suppress warnings in pytest-flake8, pytest-black, and pytest-checkdocs.
Prefer pytest-black to pytest-black-multipy
Test against Windows and Mac
Define a default pool_vm_image
Remove tox-venv and tox-pip-version. Tox-venv is discouraged (tox-dev/tox-venv#48 (comment)) and tox-pip-version was only there to support tox-venv. venv is dead; long live virtualenv.
Remove more references to tox-venv
Add workaround for warning emitted when junitxml is used. Ref pytest-dev/pytest#6178.
Include mypy for type checking during tests.
Ensure virtualenv is upgraded when installing tox. Fixesjaraco/path#188.
Run tests on prereleases of Python on Windows. Fixesjaraco/skeleton#17.
Add workaround for python/mypy#8627. Fixesjaraco/skeleton#18.
Add 'refresh.svg' demonstrating an example of refreshing a project with the latest skeleton. Ref #7.
Move workaround for python/mypy#8627 to tox.ini, as adding it to setup.cfg prevents releases to PyPI. Fixesjaraco/skeleton#19.
Update comment to reflect correct class name.
Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18.
Add test capturing issue reported in bpo-40564
Create Github releases when releasing the package. Fixesjaraco/skeleton#23.
Moved refresh.svg to another branch. Reference the animation from the docs. Ref jaraco/skeleton#7.
Add the env var mapping too.
Disable pytest-black and pytest-mypy on PyPy. Fixesjaraco/skeleton#22. Ref pytest-dev/pytest#7675.
Bump black and blacken-docs to latest stable versions.
Instead of creating a copy of a any zipfile passed to Path, simply augment the behavior by replacing the class with a subclass.
Use enabled plugin configuration to enable mypy and black when the plugin is present. Ref jaraco/skeleton#22.
Also enable flake8 and cov when the plugins are present.
Add a docstring explaining how the source zipfile is mutated.
Update changelog.
Restore running under pytest (still unittest compatibility).
⚫ Fade to black.
Add unit test for iterdir on file.
Add unit test for invalid args to open binary.
Add unit test capturing expectation that a subclass type should be retained during traversal. Ref #56.
Path subclasses now retain their type during traversal. Ref #56.
Add test capturing missed expectation when is_file is invoked on a name not in the zipfile. Ref #55.
Correct behavior of is_file to return False for non-existent files. Also fix two broken tests. Fixes #55.
0 commit comments