-
Notifications
You must be signed in to change notification settings - Fork 105
Errors with pytest 3 #104
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
this is a known issue, currently the testsuite of pylib is not compatible with pytest 3 due to assumptions wrt the cloned/moved py.code parts |
@nicoddemus i#ll leave all decissions regarding this one to you ^^ |
i did one change if disabling the broken tests for pytest 3.1 they still break for pytest 3.1 and nothing is done about the incorrectness |
A quick look seems like we should be able to change the tests themselves... or even better, we can just skip everything under |
I've ran into this myself today, any plans to solve this? |
I think the only reasonable correction would be to drop testing with pytest < 3; we need to change a few tests so they are compatible with pytest >= 3, and I don't think it is worthwhile to maintain two versions of tests. |
Here's what I have at the moment. This sort of enforces me to install an old version of PyTest to test this, which is not easy in a DPKG driven environment. |
Just tested1.10.0 and looks like test suite still is failing.
|
Hi @kloczek, indeed nobody dedicated time to fix this yet. |
Running pylib's testsuite with pytest 3.0.5 shows some errors and warnings, see attached log.
testlog.txt
The text was updated successfully, but these errors were encountered: