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
1 changed files with 1 additions and 0 deletions

View File

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