From b5eeac6cae7ba11b75edff61ac4111b57edc7fbd Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 2 Jun 2023 00:43:41 +0100 Subject: [PATCH] add pytest to install dependencies --- install-hdl-apt-reqs | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2