-
Notifications
You must be signed in to change notification settings - Fork 221
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
KeyError: 'nodeid' #148
Comments
I'm getting same error, works fine with pytest<2.8.0 |
Ok Rafael, thanks for the heads-up. I guess I will need to use pytest < 2.8.0 for On Mon, Sep 21, 2015 at 3:37 AM, Rafael Durán Castañeda <
|
yes it's actually pytest issue, still not solved |
Thanks. On Thu, Oct 1, 2015, 3:13 PM Anatoly Bubenkov notifications@github.com
|
By the way, it is no longer an issue for me since I am using pytest<2.8 as On Fri, Oct 2, 2015, 8:48 AM Aaron Diep ahkdiep@gmail.com wrote:
|
This seems to be no longer an issue since pytest is fixed |
Hi there,
I am getting KeyError: 'nodeid' when running py.test with pytest-bdd installed. py.test seems to detect pytest-bdd plugin but it stops running when trying to load it. I am not sure whether the error is caused by my setup environment or because there is an api incompatibility between the latest py.test and pytest-bdd plugin. Please help. If you required additional info, please let me know.
Traceback
My setup environment
OS: centos 7.1 3.10.0-229.14.1.el7.x86_64
virtualenvwrapper
python 3.4.3
python package list
coverage (4.0)
glob2 (0.4.1)
Mako (1.0.2)
MarkupSafe (0.23)
parse (1.6.6)
parse-type (0.3.4)
pip (7.1.2)
py (1.4.30)
pytest (2.8.0)
pytest-bdd (2.15.0)
setuptools (18.2)
six (1.9.0)
wheel (0.24.0)
Detailed traceback:
The text was updated successfully, but these errors were encountered: