-
Notifications
You must be signed in to change notification settings - Fork 232
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
'PytestPluginManager' object has no attribute 'notify_exception' #175
Comments
Thanks @msarahan for reporting. Hmmm it seems this is a bug in self.config.notify_exception(excinfo)
We definitely should fix this for |
I'm on 1.18.1 and getting this error like mad, I can no longer see test failures in my CI. It doesn't seem like any fix was committed here? |
indeed something went wrong there, i#ll try to take a look at fix*release today |
It wasn't, sorry about that. Opened up a tentative fix at #194. |
Note: my PR doesn't fix the reported problem (which we don't actually know what it is), with my PR at least |
|
Seeing this with recent CI builds, not sure what the cause is. This happens on both Appveyor and Travis for me.
Appveyor: https://ci.appveyor.com/project/ContinuumAnalyticsFOSS/conda-build/build/1.0.2196/job/h78r7704romkxf7b#L748
Travis: https://travis-ci.org/conda/conda-build/jobs/248131289#L1430
pytest-xdist in use is 1.18.0: https://travis-ci.org/conda/conda-build/jobs/248131289#L902
pytest in use is 3.1.2: https://travis-ci.org/conda/conda-build/jobs/248131289#L898
Any hints much appreciated.
The text was updated successfully, but these errors were encountered: