Skip to content

TST: clean up skips and xfails #30441

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

Merged
merged 6 commits into from
Dec 24, 2019
Merged

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jreback jreback added the Testing pandas testing functions or related to the test suite label Dec 24, 2019
@jreback jreback added this to the 1.0 milestone Dec 24, 2019
@jreback
Copy link
Contributor

jreback commented Dec 24, 2019

sure

def test_rank(self, float_frame):
rankdata = pytest.importorskip("scipy.stats.rankdata")
Copy link
Member

Choose a reason for hiding this comment

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

Were these ever running before? I guess this isn't directly importable

Copy link
Member Author

Choose a reason for hiding this comment

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

AFAICT no. im working on a branch now to reduce how many skips we have so we can keep a closer eye on them

Copy link
Member

Choose a reason for hiding this comment

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

Great!

@WillAyd WillAyd merged commit a1405d5 into pandas-dev:master Dec 24, 2019
@WillAyd
Copy link
Member

WillAyd commented Dec 24, 2019

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the tst-skipfail branch December 24, 2019 20:41
AlexKirko pushed a commit to AlexKirko/pandas that referenced this pull request Dec 29, 2019
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