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 >=6.0 causes pylint errors about not implemented abstract methods #2386

Closed
andy-maier opened this issue Jul 30, 2020 · 0 comments · Fixed by #2387 or #2388
Closed

pytest >=6.0 causes pylint errors about not implemented abstract methods #2386

andy-maier opened this issue Jul 30, 2020 · 0 comments · Fixed by #2387 or #2388

Comments

@andy-maier
Copy link
Contributor

andy-maier commented Jul 30, 2020

https://travis-ci.org/github/pywbem/pywbem/jobs/713389868

On Python 3.8 wirth pytest 6.0.1:

tests/functiontest/conftest.py:225:0: W0223: Method 'get_closest_marker' is abstract in class 'Node' but is not overridden (abstract-method)
tests/functiontest/conftest.py:225:0: W0223: Method 'gethookproxy' is abstract in class 'FSCollector' but is not overridden (abstract-method)
tests/functiontest/conftest.py:225:0: W0223: Method 'isinitpath' is abstract in class 'FSCollector' but is not overridden (abstract-method)
tests/functiontest/conftest.py:252:0: W0223: Method 'get_closest_marker' is abstract in class 'Node' but is not overridden (abstract-method)

pylint version:
pylint 2.4.4
astroid 2.3.3
Python 3.8.0 (default, Oct 15 2019, 17:49:23)

pytest version:
platform linux -- Python 3.8.0, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
plugins: cov-2.10.0, yagot-0.5.0, requests-mock-1.8.0

Reported this as pytest-dev/pytest#7591.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment