-
Notifications
You must be signed in to change notification settings - Fork 55
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
Few tests fail with pytest5.0+ #57
Comments
Thanks for the report. Yes, it seems that |
You can use the new syntax on the raises and it will work with older pytest, for us we use pytest4 on python2 and pytest-latest when python3 and it works on the whole distro. Even in travis it will work out of the box using the pytest without restriction will use pytest 4.6.x on python2 and pytest-latest on python3. |
@scarabeusiv You are right. I've just tested and it works fine with explicit checking of exception value even in older versions. Travis works fine. Updated and removed version constraint on pytest. It is on master branch. If you need a new release just let me know. |
@igordejanovic if you would not mind doing another release so close to this one it would make the distro packaging easier (as we would not have to carry the patches for it). |
@scarabeusiv I don't mind to make a bugfix release if what is on the master branch is ok and would make your job easier? |
Git clone works for my purposes, so I suppose tagged release will work the same. |
Raises changed a bit the behaviour with 5.x series and now the exceptions need to be accessed slighly differently.
See the errors bellow:
The text was updated successfully, but these errors were encountered: