-
-
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
pytest 2.6 no longer works with mocks and fixtures #554
Comments
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): Could you retry with "pip install -U --pre -i https://devpi.net/hpk/dev pytest" (should give you 2.6.1.dev3 at least)? I think we might have fixed it already. |
Original comment by Floris Bruynooghe (BitBucket: flub, GitHub: flub): Hi, I believe this was fixed as part of https://bitbucket.org/hpk42/pytest/pull-request/184 and subsequent commits. At least I could not reproduce a variation of the example you gave. Please feel free to reopen if you can reproduce this with the current code in the repo. |
Originally reported by: BitBucket: sontek, GitHub: sontek
I have a test that looks like this:
and I get the error:
pytest 2.5.2 works, pytest 2.6.0 does not. Currently only seeing the failure in python 3.4 but have to dig into it more.
The text was updated successfully, but these errors were encountered: