support/docker: drop Python 2.x modules

Since commit 4a40d36f13
("support/testing: switch to Python 3 only") our runtime testing
infrastructure is Python 3.x only.

Therefore, it is no longer needed to have python-nose2 and
python-pexpect in the Docker container used to run our Gitlab CI jobs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Thomas Petazzoni 2020-08-14 21:58:20 +02:00 committed by Yann E. MORIN
parent c227664471
commit 23f7fa874b
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ RUN apt-get install -y --no-install-recommends \
libncurses5-dev \
locales \
mercurial \
python-nose2 \
python-pexpect \
python3 \
python3-flake8 \
python3-nose2 \