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

pytest 5.4.0 compatibility #89

Closed
xelia opened this issue Mar 13, 2020 · 2 comments
Closed

pytest 5.4.0 compatibility #89

xelia opened this issue Mar 13, 2020 · 2 comments

Comments

@xelia
Copy link

xelia commented Mar 13, 2020

Tests failing

============================================================================================================ ERRORS =============================================================================================================
________________________________________________________________________________________ ERROR collecting tests/test_factory_fixtures.py ________________________________________________________________________________________
In function "test_parametrized":
Parameter "edition__year" should be declared explicitly via indirect or in function itself
__________________________________________________________________________________________ ERROR collecting tests/test_lazy_fixture.py __________________________________________________________________________________________
In function "test_lazy_attribute":
Parameter "user__password" should be declared explicitly via indirect or in function itself
______________________________________________________________________________________ ERROR collecting tests/test_postgen_dependencies.py ______________________________________________________________________________________
In function "test_depends_on":
Parameter "foo__expected" should be declared explicitly via indirect or in function itself

@youtux
Copy link
Contributor

youtux commented Mar 13, 2020

I reported the issue at pytest-dev/pytest#6909, let's see how we are going to move from there.

@youtux
Copy link
Contributor

youtux commented Mar 13, 2020

Fixed by pytest 5.4.1

@youtux youtux closed this as completed Mar 13, 2020
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

No branches or pull requests

2 participants