Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest invoke version (2.2.0) #73

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ jobs:
pip install .[dev]
- name: Test with pytest
run: |
# This should be inv test but invoke does not have python3.11 support yet.
# See https://github.com/pyinvoke/invoke/issues/891 for details
pytest
inv test
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"pytest==7.2.0",
"pytest-cov==4.0.0",
"PyYAML==5.1",
"invoke==1.7.3",
"invoke==2.2.0",
"pytest-timeout==2.1.0",
"hatch",
]
Expand Down