From ff78bd51144d840fcef04a3db889f76e463b6e56 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Fri, 1 Mar 2024 15:06:47 +0000 Subject: [PATCH] remove pytest-runner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30072b4e..619a5f1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ['setuptools', 'wheel', 'pytest-runner>=2.11.1'] +requires = ['setuptools', 'wheel'] build-backend = 'setuptools.build_meta' [project]