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 tests with pytest 6.2 #2487

Merged
merged 1 commit into from Dec 20, 2020
Merged

Fix tests with pytest 6.2 #2487

merged 1 commit into from Dec 20, 2020

Commits on Dec 13, 2020

  1. Fix tests with pytest 6.2

    The latest pytest deprecates pytest.yield_fixture in favor of
    pytest.fixture [1]. The changelog [2] says that both are the same.
    
    [1] pytest-dev/pytest#7988
    [2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
    Chih-Hsuan Yen committed Dec 13, 2020
    Copy the full SHA
    701eee9 View commit details
    Browse the repository at this point in the history