-
Notifications
You must be signed in to change notification settings - Fork 105
apiwarn is not compatible with pytest >=3.1 on Windows #162
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
Comments
as far as i can tell apiwarn should be removed - it hid bad bugs in pytest for a while and my general eperience with it is shadowed due to that |
Should we add a warning about it somewhere then? Removing it is not really productive given that we are keeping some of the modules in |
it needs a warning, from what i can tell it also incorrectly invokes the warnings module |
I think I am getting the same failure on Gentoo Linux with pytest version 3.2.2:
|
i beleive the tests need to be ported to the capsys fixture |
Version 1.5.3 passed `tox-3.7 -e py37-pytest30`. pytest >= 3.1 is not supported yet (pytest-dev/py#162), and pytest 2.9 does not work with Python 3.7 (pytest-dev/py#192)
The issue is not related to windows at all, the same issue can be observed on linux too. |
apiwarn
seems to conflict with the builtinwarnings
plugin introduced in pytest 3.1.Error log:
The text was updated successfully, but these errors were encountered: