From aa0eeb3184131746f6013fbf17d8e47dfe283b2c Mon Sep 17 00:00:00 2001 From: David Perry Date: Wed, 6 Jul 2022 03:35:14 +0000 Subject: [PATCH] debian-setup.sh: install pytest and pytest-xdist --- tools/debian-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh index 989d6dacfb..d2dd2eca91 100755 --- a/tools/debian-setup.sh +++ b/tools/debian-setup.sh @@ -113,7 +113,8 @@ DEBDEPS_LIST="debhelper \ python3-ply \ quilt" -TESTDEPS_LIST= +TESTDEPS_LIST="python3-pytest \ + python3-pytest-xdist" # Adds package $2 to list variable $1 if the package is found. # If $3 is given, then this version requirement must be satisfied.