From: Jacob Lifshay Date: Wed, 25 Oct 2023 02:03:32 +0000 (-0700) Subject: add pytest-subtests==0.11.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ec0d8777b145a435451aa3dccfa170853987c58;p=dev-env-setup.git add pytest-subtests==0.11.0 https://bugs.libre-soc.org/show_bug.cgi?id=1194 --- 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