Skip to content

Commit

Permalink
Add missing dependency for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jul 8, 2024
1 parent 5f10177 commit b02cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# We don't add localstorage_require to all_require as users must explicitly opt in to use keyring.
all_require = kerberos_require + sqlalchemy_require

tests_require = all_require + [
tests_require = all_require + gssapi_require + [
# httpretty >= 1.1 duplicates requests in `httpretty.latest_requests`
# https://github.com/gabrielfalcao/HTTPretty/issues/425
"httpretty < 1.1",
Expand Down

0 comments on commit b02cb57

Please sign in to comment.