aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2022-07-06 03:35:14 +0000
committerGerald Combs <gerald@wireshark.org>2022-07-06 03:35:14 +0000
commitaa0eeb3184131746f6013fbf17d8e47dfe283b2c (patch)
tree80c9705e5fd20e921fe52aefb244df536a77a4ae /tools
parent51cb2312088624c3b79e4e8fc82802d5a7f996ef (diff)
debian-setup.sh: install pytest and pytest-xdist
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debian-setup.sh3
1 files changed, 2 insertions, 1 deletions
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.