-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
xfailing test for #568 #1659
xfailing test for #568 #1659
Conversation
pass | ||
|
||
""") | ||
(base_item, sub_item, sub_item_other), rec = testdir.inline_genitems(p) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this (nested unpacking) supported on 2.6?
#586 is "python.raises examples are unclear" - please amend the commit to point to the right issue. |
41c0edb
to
ab8ea46
Compare
ab8ea46
to
95b8395
Compare
|
||
@pytest.mark.issue568 | ||
@pytest.mark.xfail(reason="markers smear, needs fixing") | ||
def test_mark_decorator_subclass_does_not_propagate_to_base2(self, testdir): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name of the test is probably wrong
@RonnyPfannschmidt could you please fix the PR as people mentioned and push an amended version? Thanks! 😁 |
.