We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pact
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.
ImportError
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When https://github.com/getslash/pact is installed, pactman breaks with:
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.The text was updated successfully, but these errors were encountered: