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.
tempora: Autospec creation for update from version 4.0.0 to version 4.0.1
Jason R. Coombs (21):
Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18.
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.
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 workflows for running tests. Ref jaraco/skeleton#24.
Cut releases from Github Actions instead of Azure Pipelines. Ref jaraco/skeleton#24.
Refresh docs to prefer Github Actions to Azure Pipelines. Ref jaraco/skeleton#24.
Use RTD v2 config
Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9.
Drop tests on Travis, Appveyor, and Azure Pipelines.
use add-github-secrets, which infers the secrets needed from the github workflow.
Use inline flags with local scope.
Update changelog
Rewrite alt_tz as proper fixture. Skip when tzset isn't available.
Use 'after' to construct PeriodicCommand with a more predictable delay.
Remove legacy note about Python version.
In test_periodic_command, freeze time rather than sleeping to increase execution speed and reliability.
0 commit comments