Skip to content
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

Remove requests-unixsocket dependency #599

Conversation

kevin-bates
Copy link
Member

Unix socket support was ported from Notebook which has a test that uses requests-unixsocket to test the functionality. Later, we updated the Notebook test to use a lazy import so we could remove this dependency on Windows.

The tests within jupyter_server are quite different and it appears, based on the successful tests, that this dependency isn't required at all. I'm sure it was just an artifact from the original port. This pull request removes the dependency.

Fixes: #598

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2021

Codecov Report

Merging #599 (3d37a04) into master (29be9c6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #599   +/-   ##
=======================================
  Coverage   77.34%   77.34%           
=======================================
  Files         110      110           
  Lines       10250    10250           
  Branches     1257     1257           
=======================================
  Hits         7928     7928           
  Misses       1926     1926           
  Partials      396      396           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29be9c6...3d37a04. Read the comment docs.

@Zsailer
Copy link
Member

Zsailer commented Nov 1, 2021

@kevin-bates, do you mind rebasing to pick up the changes in #601?

@kevin-bates kevin-bates force-pushed the remove-requests_unixsocket-dependency branch from 3d37a04 to 9eeb55d Compare November 1, 2021 17:46
Copy link
Member

@Zsailer Zsailer left a comment

Choose a reason for hiding this comment

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

Nice! All green. Thanks, Kevin!

@Zsailer Zsailer merged commit 8b9a3f7 into jupyter-server:master Nov 1, 2021
@Zsailer Zsailer added the bug label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question re requests-unixsocket dependency
3 participants