projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db25adc
)
add pytest-subtests==0.11.0
author
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 25 Oct 2023 02:03:32 +0000
(19:03 -0700)
committer
Jacob 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
patch
|
blob
|
history
diff --git
a/hdl-dev-repos
b/hdl-dev-repos
index 93bed05c8045cbc9c6f768b207bdccf9651648e9..032182f9c630fc6ba83ea4fa615b31cf5143eba9 100755
(executable)
--- 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