Skip to content
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

Make dynamic patcher work with pytest #340

Closed
mrbean-bremen opened this issue Jan 1, 2018 · 0 comments
Closed

Make dynamic patcher work with pytest #340

mrbean-bremen opened this issue Jan 1, 2018 · 0 comments

Comments

@mrbean-bremen
Copy link
Member

This is a followup for #248.
It would be nice to have the dynamic patcher be activated by default (instead of being an experimental feature), but currently it does not work with pytest (also has to be checked with nose). The problem is that both pytest and the dynamic patcher manipulate sys.modules, and these changes do not work together nicely.
The other probem was that it didn't work for the Python 3.2 based PyPy3 2.4 - I consider this a non-issue, as we no longer support Python 3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant