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

Fix deprecation errors on pytest v4.0.x #44

Closed
florisla opened this issue Nov 19, 2018 · 0 comments · Fixed by #46
Closed

Fix deprecation errors on pytest v4.0.x #44

florisla opened this issue Nov 19, 2018 · 0 comments · Fixed by #46

Comments

@florisla
Copy link
Collaborator

PyTest version 4.0.0 is released and this is breaking both Travis and AppVeyor on deprecation errors.

I stumbled into this in #41.

The main issue seems to be this one: https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize .

You can turn these errors into warnings through a pytest.ini file (see 29b6f90) , but that's only temporary since 4.1.x will break hard on these deprecations.

So we need to port to pytest 4.x. Another option is to pin the pytest version to <4.0.0.

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 a pull request may close this issue.

1 participant