debian-setup.sh: install pytest and pytest-xdist

This commit is contained in:
David Perry 2022-07-06 03:35:14 +00:00 committed by Gerald Combs
parent 51cb231208
commit aa0eeb3184
1 changed files with 2 additions and 1 deletions

View File

@ -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.