From: Luke Kenneth Casson Leighton Date: Thu, 1 Jun 2023 23:43:41 +0000 (+0100) Subject: add pytest to install dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5eeac6cae7ba11b75edff61ac4111b57edc7fbd;p=dev-env-setup.git add pytest to install dependencies --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 52ab632..c261904 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -64,6 +64,10 @@ apt-get install -y autoconf \ wget \ xdot +# really don't like using pip3, but it is the easiest way to install +# specific versions of software. in this case, versions that don't eat memory +pip3 install pytest==3.2.5 +pip3 install pytest-xdist==1.13 # have to also upgrade sysvinit-core to stop it getting removed apt-get -t buster-backports install -y qemu-system-ppc/buster-backports