diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 21428c5..21452ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1ad20d2..4eea5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]