diff --git a/setup.py b/setup.py index cbfcfd43428524..e9792b4dae3d4c 100644 --- a/setup.py +++ b/setup.py @@ -148,6 +148,7 @@ "pyyaml>=5.1", "pydantic", "pytest>=7.2.0,<8.0.0", + "pytest-subtests", "pytest-timeout", "pytest-xdist", "python>=3.9.0", @@ -320,6 +321,7 @@ def run(self): deps_list( "pytest", "pytest-rich", + "pytest-subtests", "pytest-xdist", "timeout-decorator", "parameterized",