Skip to content

Commit

Permalink
Add setuptools to testing venv deps list
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Oct 4, 2023
1 parent f979fb8 commit 0279325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ testing =
# mock-services is old and unmaintained. Doesn't work with newer versions
# of requests-mock. Thus, we have to pin it down.
requests-mock < 1.2
# Python 3.12 no longer installs `setuptools` in venv
# but mock-services depends on it for `pkg_resources`
setuptools
format =
black == 23.1.0
flake8 >= 2.5.0
Expand Down

0 comments on commit 0279325

Please sign in to comment.