-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: troubleshoot CI #33898
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
CI: troubleshoot CI #33898
Conversation
@@ -1390,10 +1390,14 @@ def test_constructor_cast_object(self, index): | |||
tm.assert_series_equal(s, exp) | |||
|
|||
@pytest.mark.parametrize("dtype", [np.datetime64, np.timedelta64]) | |||
def test_constructor_generic_timestamp_no_frequency(self, dtype): | |||
def test_constructor_generic_timestamp_no_frequency(self, dtype, request): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just an alternative to an imperative call that would fail if the test doesn't produce an expected failure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice. more verbose but probably a better general solution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @jreback
sure |
No description provided.