Skip to content

Commit d3d16da

Browse files
authored
Use latest invoke version (2.2.0) (#73)
* Use latest invoke version (2.2.0) * Use 'inv test'
1 parent 8e59feb commit d3d16da

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
pip install .[dev]
2929
- name: Test with pytest
3030
run: |
31-
# This should be inv test but invoke does not have python3.11 support yet.
32-
# See https://github.com/pyinvoke/invoke/issues/891 for details
33-
pytest
31+
inv test

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
"pytest==7.2.0",
4040
"pytest-cov==4.0.0",
4141
"PyYAML==5.1",
42-
"invoke==1.7.3",
42+
"invoke==2.2.0",
4343
"pytest-timeout==2.1.0",
4444
"hatch",
4545
]

0 commit comments

Comments
 (0)