From bc2975d50f9cdfe28209ff798643b925bfeb9fbf Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Wed, 3 Jan 2024 11:53:35 +0000 Subject: [PATCH] Use PyPI version of pytest-kind --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2349ef0..f970466b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ test = [ "pytest>=7.2.2", "pytest-asyncio>=0.20.3", - "pytest-kind@git+https://codeberg.org/hjacobs/pytest-kind.git", + "pytest-kind>=22.11.1", "pytest-timeout>=2.1.0", "pytest-rerunfailures>=11.1.2", "pytest-cov>=4.0.0",