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

Excluded pytest 6.0.0 from test dependencies to fix not-callable issue #2377

Merged
merged 1 commit into from Jul 29, 2020

Conversation

andy-maier
Copy link
Contributor

See commit message.
No review needed. Priority.

Details:

* pytest 6.0.0 causes pylint to report many 'not-callable' issues for its
  pytest.mark.*() functions. Mitigated this by excluding pytest 6.0.0
  from the test dependencies. Just excluding it instead of pinning it
  to <6.0.0 will pull in the next update of pytest to see whether the
  issue was fixed. See pytest issue
  pytest-dev/pytest#7558.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.241% when pulling fca6ed3 on andy/fix-pytest-callable into 35fd4af on master.

@andy-maier andy-maier merged commit 93feb8a into master Jul 29, 2020
@andy-maier andy-maier deleted the andy/fix-pytest-callable branch July 29, 2020 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest 6.0.0 causes pylint to report 442 "not-callable" issues
2 participants