All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/docker: drop Python 2.x modules
@ 2020-08-14 19:58 Thomas Petazzoni
  2020-08-14 21:29 ` Yann E. MORIN
  2020-08-28 16:38 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-08-14 19:58 UTC (permalink / raw
  To: buildroot

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>
---
 support/docker/Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index 8c555dcf7a..a9bacca3a0 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -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 \
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/docker: drop Python 2.x modules
  2020-08-14 19:58 [Buildroot] [PATCH] support/docker: drop Python 2.x modules Thomas Petazzoni
@ 2020-08-14 21:29 ` Yann E. MORIN
  2020-08-28 16:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-08-14 21:29 UTC (permalink / raw
  To: buildroot

Thomas, All,

On 2020-08-14 21:58 +0200, Thomas Petazzoni spake thusly:
> 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>

Applied to master, thanks.

I've rebuilt the image, it is now slowly being routed to the docker hub
via my snail-slow DSL lane...

This offers the nice opportunity for me to get ome rest. Tomorrow, I'll
update the version we use in gitlab-CI and push that.

Regards,
Yann E. MORIN.

> ---
>  support/docker/Dockerfile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
> index 8c555dcf7a..a9bacca3a0 100644
> --- a/support/docker/Dockerfile
> +++ b/support/docker/Dockerfile
> @@ -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 \
> -- 
> 2.26.2
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/docker: drop Python 2.x modules
  2020-08-14 19:58 [Buildroot] [PATCH] support/docker: drop Python 2.x modules Thomas Petazzoni
  2020-08-14 21:29 ` Yann E. MORIN
@ 2020-08-28 16:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-08-28 16:38 UTC (permalink / raw
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

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

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-28 16:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-14 19:58 [Buildroot] [PATCH] support/docker: drop Python 2.x modules Thomas Petazzoni
2020-08-14 21:29 ` Yann E. MORIN
2020-08-28 16:38 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.