There was an error while loading. Please reload this page.
1 parent 8e59feb commit d3d16daCopy full SHA for d3d16da
.github/workflows/test.yaml
@@ -28,6 +28,4 @@ jobs:
28
pip install .[dev]
29
- name: Test with pytest
30
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
+ inv test
pyproject.toml
@@ -39,7 +39,7 @@ dev = [
39
"pytest==7.2.0",
40
"pytest-cov==4.0.0",
41
"PyYAML==5.1",
42
- "invoke==1.7.3",
+ "invoke==2.2.0",
43
"pytest-timeout==2.1.0",
44
"hatch",
45
]
0 commit comments