Skip to content

CI: Fix jedi deprecation warning for 0.17.0 on IPython #33566

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 11 commits into from
Apr 15, 2020

Conversation

charlesdong1991
Copy link
Member

@charlesdong1991 charlesdong1991 commented Apr 15, 2020

@charlesdong1991
Copy link
Member Author

charlesdong1991 commented Apr 15, 2020

similar to #31323, a fix needs to take place in IPython.

@@ -28,7 +28,17 @@ async def test_tab_complete_ipython6_warning(ip):
)
await ip.run_code(code)

with tm.assert_produces_warning(None):
# TODO: remove it when Ipython updates
Copy link
Member

Choose a reason for hiding this comment

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

can you add the GH ref here.

Copy link
Member Author

Choose a reason for hiding this comment

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

sure, added!

@jbrockmendel
Copy link
Member

ex small comment, LGTM pending green

@charlesdong1991 charlesdong1991 added the CI Continuous Integration label Apr 15, 2020
@jbrockmendel jbrockmendel merged commit 8af5625 into pandas-dev:master Apr 15, 2020
@jbrockmendel
Copy link
Member

Thanks @charlesdong1991

@charlesdong1991 charlesdong1991 deleted the fix_jedi_deprecation branch April 16, 2020 07:25
CloseChoice pushed a commit to CloseChoice/pandas that referenced this pull request Apr 20, 2020
)

* remove \n from docstring

* fix issue 17038

* revert change

* revert change

* fix jedi ci

* linting and add gh
@simonjayhawkins
Copy link
Member

@meeseeksdev backport to 1.0.x

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.

CI : jedi deprecation warnings fails CI
3 participants