support/docker: drop Python 2.x modules
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 14 Aug 2020 19:58:20 +0000 (21:58 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 14 Aug 2020 21:08:34 +0000 (23:08 +0200)
Since commit 4a40d36f131890941c1e482eb5f28ebcd81cb7a3
("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>
support/docker/Dockerfile

index 8c555dcf7a42b218a5dc5e504076b49216dda61c..a9bacca3a0b5289b4a524fbf4e103dbb47b1c0ba 100644 (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 \