testing: install setuptools to fix pkg_resources import in a test

Since Python 3.12, setuptools is no longer installed by default in
venvs. We have a test which uses it, so add it to the testing extra.
This commit is contained in:
Ran Benita
2023-05-23 15:10:46 +03:00
parent 9335a0b445
commit fc3b5b2610

View File

@@ -73,6 +73,7 @@ testing =
nose
pygments>=2.7.2
requests
setuptools
xmlschema
[options.package_data]