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

Update tests to work with pytest 3 #62

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

vincentbernat
Copy link
Contributor

Also update tox.ini to run them.

This is not complete as 2 tests are still failing. I don't grasp exactly why, but I suspect we get a regular AssertionError() because pytest didn't replace the assert at this point by its own one.

Related to #61.

Also update tox.ini to run them.
@nicoddemus
Copy link
Member

Thanks! I'm surprised, the tests should be working.

I will take a closer look on monday.

@nicoddemus
Copy link
Member

Thanks for the PR. The tests are failing due to an unrelated issue related to how assertion reinterpretation was removed in pytest 3.0 and rewriting doesn't quite working automatically in development mode for plugins.

I opened pytest-dev/pytest#1934 to discuss it.

@nicoddemus nicoddemus mentioned this pull request Sep 15, 2016
@nicoddemus nicoddemus merged commit 63583ff into pytest-dev:master Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants