-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: indexes/test_base.py:TestIndex.test_format is flaky #14626
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
yeah this does occasionally fail it's not a great test, but is testing the default behavior so no easy way to control the formatting put a short explanation there |
4 tasks
jreback
added a commit
to jreback/pandas
that referenced
this issue
Dec 10, 2016
jreback
added a commit
to jreback/pandas
that referenced
this issue
Dec 10, 2016
jreback
added a commit
that referenced
this issue
Dec 10, 2016
jorisvandenbossche
pushed a commit
to jorisvandenbossche/pandas
that referenced
this issue
Dec 14, 2016
closes pandas-dev#14626 Author: Mykola Golubyev <[email protected]> Closes pandas-dev#14638 from MykolaGolubyev/issue-14626 and squashes the following commits: 166ec23 [Mykola Golubyev] Inline datetime_now_without_trailing_zeros within test_format 68a72a7 [Mykola Golubyev] Fix trailing current date zeros flaky test_format problem (cherry picked from commit 3552dc0)
ischurov
pushed a commit
to ischurov/pandas
that referenced
this issue
Dec 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
indexes/test_base.py:TestIndex.test_format
comparesindex.format()
andstr(index[0])
, whereindex = Index([datetime.now()])
. These won't match if the current timestamp ends with zeros:Same thing for real: https://travis-ci.org/pandas-dev/pandas/jobs/173440088#L1355
The text was updated successfully, but these errors were encountered: