diff mbox series

test: Move to a working version of setuptools

Message ID 20221022013043.1270998-1-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show
Series test: Move to a working version of setuptools | expand

Commit Message

Simon Glass Oct. 22, 2022, 1:30 a.m. UTC
The version used on Ubuntu 2022.04 produces a number of warnings:

/usr/lib/python3/dist-packages/pkg_resources/__init__.py:116:
   PkgResourcesDeprecationWarning: 1.16.0-unknown is an invalid version
   and will not be supported in a future release

Same with: 0.1.43ubuntu1 11.4.1ubuntu1 2.22.1ubuntu1 1.1build1

According to [1] this is a bug in setuptools. Employ the workaround for
now.

[1] https://askubuntu.com/questions/1406952/what-is-the-meaning-of-this-
pkgresourcesdeprecationwarning-warning-from-pipenv

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 test/py/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 26, 2022, 7:27 p.m. UTC | #1
On Fri, Oct 21, 2022 at 07:30:43PM -0600, Simon Glass wrote:

> The version used on Ubuntu 2022.04 produces a number of warnings:
> 
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116:
>    PkgResourcesDeprecationWarning: 1.16.0-unknown is an invalid version
>    and will not be supported in a future release
> 
> Same with: 0.1.43ubuntu1 11.4.1ubuntu1 2.22.1ubuntu1 1.1build1
> 
> According to [1] this is a bug in setuptools. Employ the workaround for
> now.
> 
> [1] https://askubuntu.com/questions/1406952/what-is-the-meaning-of-this-
> pkgresourcesdeprecationwarning-warning-from-pipenv
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 1bf77b59d84..fae8b59caf4 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -20,6 +20,7 @@  pytest-xdist==2.5.0
 python-mimeparse==1.6.0
 python-subunit==1.3.0
 requests==2.25.1
+setuptools==58.3.0
 six==1.12.0
 testtools==2.3.0
 traceback2==1.4.0