From d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a Mon Sep 17 00:00:00 2001 From: eltbus <33374178+eltbus@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:51:59 +0100 Subject: [PATCH] Use latest invoke version (2.2.0) (#73) * Use latest invoke version (2.2.0) * Use 'inv test' --- .github/workflows/test.yaml | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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", ]