Skip to content

Commit

Permalink
Use latest invoke version (2.2.0) (#73)
Browse files Browse the repository at this point in the history
* Use latest invoke version (2.2.0)

* Use 'inv test'
  • Loading branch information
eltbus committed Jan 22, 2024
1 parent 8e59feb commit d3d16da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit d3d16da

Please sign in to comment.