-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Building with pytest4 does not work at all #209
Comments
Yeah, it's in bad shape. For now you could try building with tox instead - after all pytest is only used to run the tests, but pytest itself works with the latest py. @nicoddemus @RonnyPfannschmidt |
I assume the usage of Lines 101 to 113 in a7847ed
It is causing:
|
Agreed! 👍 |
This patch should fix such errors/warnings as: - raises / warns with a string as the second argument Deprecated since version 4.1. - pytest_funcarg__ prefix Removed in version 4.0. - getfuncargvalue - Metafunc.addcall Removed in version 4.0. Fixes: pytest-dev#209 Signed-off-by: Stanislav Levin <slev@altlinux.org>
In distributions we try to have tests enabled to ensure updating components does not break the applications shipped, esp. with python which is evaluated on runtime this is crucial. But we can't provide multiple versions of pytest and as such we can't do the same process like in here where you pinned old version of pytest and are happy.
Full log py.txt
This is tied to issue #162 which I for now solved by deleting the offending test file...
The text was updated successfully, but these errors were encountered: