Skip to content

CLN: remove nested error handling #27792

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
Aug 7, 2019
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
restore xfail
  • Loading branch information
jbrockmendel committed Aug 7, 2019
commit 1930c22a9eb06b0d251f57dc828beef8cef6b6fd
3 changes: 1 addition & 2 deletions pandas/tests/series/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,8 +1490,7 @@ def test_value_counts_with_nan(self):
"unicode_",
"timedelta64[h]",
pytest.param(
"datetime64[D]",
marks=pytest.mark.xfail(not PY35, reason="GH#7996", strict=True),
"datetime64[D]", marks=pytest.mark.xfail(reason="GH#7996", strict=True)
),
],
)
Expand Down