-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
AttributeError: 'Context' object has no attribute 'pattern' #7371
Comments
Hmm. It looks like you have |
@Zac-HD Uninstalling |
@ |
reopening as a downstream issue with pluggy |
Both pluggy and pytest import if sys.version_info >= (3, 8):
from importlib import metadata as importlib_metadata
else:
import importlib_metadata and indeed the stacktrace goes through the stdlib
What So I'm closing this due to:
|
lovely, thanks |
See pytest-dev/pytest#7371 (comment) for more context on this issue.
See pytest-dev/pytest#7371 (comment) for more context on this issue.
Fix a bug when calling `OutcomeEvaluator` with custom metrics due to positional arguments misalignment. Fix an issue with Travis failing to install in a Python 3.7 build. * https://app.travis-ci.com/github/IBM/causallib/jobs/565683172 * pytest-dev/pytest#7371 (comment) * tobinus/python-podgen#124 Co-authored-by: ehudkr <ehudkaravani@gmail.com>
I'm getting the following error when I run pytest:
Packages:
Versions:
OS: Ubuntu 20.04 (WSL2)
Python: 3.8.2
Pytest: 5.4.3
The text was updated successfully, but these errors were encountered: