add pytest-subtests==0.11.0
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 25 Oct 2023 02:03:32 +0000 (19:03 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 25 Oct 2023 02:03:32 +0000 (19:03 -0700)
https://bugs.libre-soc.org/show_bug.cgi?id=1194

hdl-dev-repos

index 93bed05c8045cbc9c6f768b207bdccf9651648e9..032182f9c630fc6ba83ea4fa615b31cf5143eba9 100755 (executable)
@@ -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