-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When https://github.com/getslash/pact is installed, pactman breaks with:
File "/usr/lib/python3.10/site-packages/pactman/mock/matchers.py", line 308, in <module>
LIKE_CLASSES = (Like, pact_python.Like)
AttributeError: module 'pact' has no attribute 'Like'The code in question is looking for https://github.com/pact-foundation/pact-python , and only guards for ImportError, when it should also guard against other exceptions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels