switch to pytest-xdist==3.3.1 pytest==7.3.1
[dev-env-setup.git] / hdl-dev-repos
index a549da6da1bfba45b5d0de3f80255ba892bbf7cb..0cb3c1b7147b7d7963565831156e15e228222cf2 100755 (executable)
@@ -18,7 +18,16 @@ git clone https://git.libre-soc.org/git/ieee754fpu.git
 git clone https://gitlab.com/nmigen/nmigen-soc.git
 git clone https://gitlab.com/nmigen/nmigen-stdio.git
 git clone https://git.libre-soc.org/git/soc.git
+git clone https://git.libre-soc.org/git/pytest-output-to-files.git
 '
+
+# pytest
+python3 -m pip install pytest-xdist==3.3.1 pytest==7.3.1
+
+# pytest-output-to-files
+cd /home/$SUDO_USER/src/pytest-output-to-files
+python3 setup.py develop
+
 # pyvcd - needed for nmigen
 cd /home/$SUDO_USER/src/pyvcd
 git checkout 0.2.4