-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
check azure build #24616
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
check azure build #24616
Conversation
I'll try to turn this into a proper test that can actually be merged later. |
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=6513 failed, so this check seems to be working correctly. Most likely the old warnings are coming from code that are skipped in the (rather limited) numpy-dev env. One possible option is to add a filterwarning to raise all warnings coming from pandas itself to all the builds. I think pytest supports something like that. |
Codecov Report
@@ Coverage Diff @@
## master #24616 +/- ##
==========================================
+ Coverage 92.37% 92.38% +<.01%
==========================================
Files 166 166
Lines 52396 52396
==========================================
+ Hits 48403 48404 +1
+ Misses 3993 3992 -1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24616 +/- ##
==========================================
+ Coverage 92.37% 92.38% +<.01%
==========================================
Files 166 166
Lines 52396 52396
==========================================
+ Hits 48403 48404 +1
+ Misses 3993 3992 -1
Continue to review full report at Codecov.
|
this is what setting PANDAS_TESTING_MODE is for (but could migrate to pytest explicity), though using |
Something else: locally my pytest "warning summary" includes which test the warning is coming from. Anybody know why this is not the case on travis / azure? |
Do you get the test name when running multiple jobs with pytest-xdist?
…On Fri, Jan 4, 2019 at 10:02 AM Joris Van den Bossche < ***@***.***> wrote:
Something else: locally my pytest "warning summary" includes which test
the warning is coming from. Anybody know why this is not the case on travis
/ azure?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24616 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIoRUV_7ZtQYWNDSz2hDDMJaYy_qwks5u_3slgaJpZM4ZpyOP>
.
|
I typically don't use that, but tested now some tests with
|
Should we consider expanding the installed libraries / test set that is run on this build to catch more of the possible warnings? |
The downside is that new warnings from those libraries, and their dependencies, now fail our build. It’s maybe worth trying for a bit provisionally.
…________________________________
From: Joris Van den Bossche <notifications@github.com>
Sent: Sunday, January 6, 2019 3:24 PM
To: pandas-dev/pandas
Cc: Tom Augspurger; Author
Subject: Re: [pandas-dev/pandas] check azure build (#24616)
Should we consider expanding the installed libraries / test set that is run on this build to catch more of the possible warnings?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#24616 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABQHIp5vmAW1eZtnbCuN1_sQXEMKJJSwks5vAmmLgaJpZM4ZpyOP>.
|
I'm probably not getting back to this anytime soon. Closing for now. |
This should fail the numpydev build on azure.