test: Move to a working version of setuptools
authorSimon Glass <sjg@chromium.org>
Sat, 22 Oct 2022 01:30:43 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Oct 2022 19:21:11 +0000 (15:21 -0400)
commit27e6ebc5ea71c824234e862e55485de841ae29ac
treeabd1ac44ed127ece4f0fe01561e7187e7611d55c
parent59b16e9df9b2eef2ec40824f1c189d175d095fc0
test: Move to a working version of setuptools

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