8000 isolate scalar Timestamp tests from date_range tests by jbrockmendel · Pull Request #17957 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

isolate scalar Timestamp tests from date_range tests #17957

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 7 commits into from
Oct 27, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup whitespace
  • Loading branch information
jbrockmendel committed Oct 23, 2017
commit 0d1f801043e0ace2f23bcd71602dfc81304c0340
2 changes: 1 addition & 1 deletion pandas/tests/scalar/test_timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ def test_date_range_timestamp_equiv_explicit_pytz(self):
def test_date_range_timestamp_equiv_explicit_dateutil(self):
tm._skip_if_windows_python_3()
from pandas._libs.tslibs.timezones import dateutil_gettz as gettz

rng = date_range('20090415', '20090519', tz=gettz('US/Eastern'))
stamp = rng[0]

Expand Down
0