-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: slow test_nearest_upsample_with_limit with tzlocal #34413
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
Comments
That and tzlocal is just slower than everything else in general. (ive got a branch implementing a cython equivalent i need to circle back to) Could do something like:
|
no easiest way is simple to split it into 2 tests and not try to upsample 1ms to 1y |
jbrockmendel
added a commit
to jbrockmendel/pandas
that referenced
this issue
Jun 5, 2020
5 tasks
jreback
pushed a commit
that referenced
this issue
Jun 8, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing
pytest pandas/tests --skip-slow --durations=10
the top two entries areBecause this uses the tz_aware_fixture, there isn't a trivial way to add a pytest.mark.slow to this, but figuring something out may be worthwhile.
The text was updated successfully, but these errors were encountered: