-
-
Notifications
You must be signed in to change notification settings - Fork 70
Extend log patterns #100
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
Extend log patterns #100
Conversation
It didn't actually check if the patterns in the mark override the global ones, as no global ones were set at all.
I don't mind at all, thanks for the PR Florian! 😄 I'm investigating the errors on py27 on Windows. |
The ones on Linux are because coverage 4.0 doesn't support Python 3.2 anymore - maybe it's time to drop 3.2 support too? |
Yeah, the only problem is that |
Oh, right, reminds me of #96 - one possibility would probably be to use tox on Travis too, with the |
The failures on Windows are not related to this change... I will have to fix that on |
Opened pytest-dev/pytest#1133 to discuss how to properly solve this. |
There are actually a few unrelated changes in here, but I hope you don't mind (at least they have their own commits 😉).