Skip to content

Commit 198eded

Browse files
committed
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.
1 parent b1ba5ff commit 198eded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ testing =
7373
nose
7474
pygments>=2.7.2
7575
requests
76+
setuptools
7677
xmlschema
7778

7879
[options.package_data]

0 commit comments

Comments
 (0)