-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: parametrize in tests/plotting/test_frame.py #37735
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
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
very nice!
it seems two jobs just got stuck, i rerun it and hopefully ci jobs can be finished this time.
very nice! |
@ivanovmg if you wouldn't mind can you mark most of these parameterized tests as slow. we are timing out are builds pretty offten: https://travis-ci.org/github/pandas-dev/pandas/jobs/745534073 and its taking like 45min. i don't think in and of themselves these tests are slow, but they do take some time. the slow builds have more room these tests. |
Sure, I will go through it and mark the slowish tests as slow. |
great. likley let's mark most / all of them. the fast builds are just taking too long and timing out. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Parametrize some tests in
pandas/tests/plotting/test_frame.py
.