Skip to content

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

Merged
merged 2 commits into from
May 1, 2020
Merged

CI: troubleshoot CI #33898

merged 2 commits into from
May 1, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -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):
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

Copy link
Member

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

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm @jreback

@WillAyd WillAyd added the CI Continuous Integration label Apr 30, 2020
@jreback jreback added this to the 1.1 milestone May 1, 2020
@jreback jreback merged commit c518835 into pandas-dev:master May 1, 2020
@jreback
Copy link
Contributor

jreback commented May 1, 2020

sure

rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request May 10, 2020
@jbrockmendel jbrockmendel deleted the cifixit branch November 20, 2021 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants