Skip to content

Conversation

@mroeschke
Copy link
Member

In order to catch more behaviors that may be fixed in the future.

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jan 30, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jan 30, 2022
def test_dataframe_numpy_labelled(self, orient):
def test_dataframe_numpy_labelled(self, orient, request):
if orient in ("split", "values"):
pytest.skip("Incompatible with labelled=True")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WillAyd is xfail the right mark for this? i.e. is it something that needs attention

@jreback jreback merged commit bfe2d52 into pandas-dev:main Jan 30, 2022
@mroeschke mroeschke deleted the tst/skip_xfail branch January 31, 2022 01:58
phofl pushed a commit to phofl/pandas that referenced this pull request Feb 14, 2022
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants