From bbac59d28f5f312c61a1658bfb0160254ddc718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20T=C3=A2che?= Date: Tue, 23 Apr 2024 11:23:05 +0200 Subject: [PATCH] ci: remove unused pytest plugins --- pyproject.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0f53d541..c33e42555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,12 +63,9 @@ dev = [ "pre-commit>=3.3.3", "pylint-pydantic>=0.2.4", "pylint>=2.17.5", - "pytest-asyncio>=0.21.1", - "pytest-cov>=4.1.0", - "pytest-dependency", - "pytest-html>=3.2.0", - "pytest-metadata>=3.0.0", - "pytest>=7.4.0", + "pytest-asyncio", + "pytest-cov", + "pytest", "ruff>=0.3.7,<0.5.0", "tox>=4.10.0,<5.0.0", "types-PyYAML",