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

Ignore non-function pytest items #369

Closed

Conversation

cpennington
Copy link
Contributor

Certain py.test plugins create items that don't have a function attribute. The hypothesis plugin can ignore those.

(This affects pytest-pep8 and pytest-pylint in particular)

Certain py.test plugins create items that don't have a function
attribute. The hypothesis plugin can ignore those.
@cpennington
Copy link
Contributor Author

The code that this is conflicting with may resolve the problem. I'll test it, and close if so.

@DRMacIver
Copy link
Member

Yeah, I think this is the same as #367 and #368. There's a released version with the fix for those (3.5.2). See if upgrading to that fixes your problem?

@cpennington
Copy link
Contributor Author

Yeah, it does.

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 this pull request may close these issues.

2 participants