From 1f1a634a5ea7cd45eee0d37922f6d3a7c88619e2 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 31 Mar 2025 12:52:31 +0100 Subject: [PATCH] Add missing pip test dependency --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 241842f37..379508361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,13 @@ opt = [ ] async = ["requests-futures>=0.9.7"] test = [ + "MarkupSafe>=0.23", + "PyYAML>=5.1", # MIT "docutils>=0.21.2", "flaky", - "MarkupSafe>=0.23", "oauthlib", + "parameterized>=0.8.1", # BSD-3-Clause + "pip", "pytest-cache", "pytest-cov", "pytest-instafail", @@ -79,13 +82,11 @@ test = [ "pytest-timeout>=1.3.1", "pytest-xdist>=2.2", "pytest>=6.0.0", # MIT - "PyYAML>=5.1", # MIT "requests_mock", # Apache-2 "requires.io", # UNKNOWN!!! "tenacity", # Apache-2 "wheel>=0.24.0", # MIT "yanc>=0.3.3", # GPL - "parameterized>=0.8.1", # BSD-3-Clause ] [project.scripts]