From 2ec0d8777b145a435451aa3dccfa170853987c58 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 24 Oct 2023 19:03:32 -0700 Subject: [PATCH] add pytest-subtests==0.11.0 https://bugs.libre-soc.org/show_bug.cgi?id=1194 --- hdl-dev-repos | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdl-dev-repos b/hdl-dev-repos index 93bed05..032182f 100755 --- a/hdl-dev-repos +++ b/hdl-dev-repos @@ -24,7 +24,8 @@ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --depth ' # pytest -python3 -m pip install pytest-xdist==3.3.1 pytest==7.3.1 +python3 -m pip install pytest-xdist==3.3.1 pytest==7.3.1 \ + pytest-subtests==0.11.0 # pytest-output-to-files cd /home/$SUDO_USER/src/pytest-output-to-files -- 2.30.2