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

PR: Update spyder-remote-services installation script (Remote client) #22368

Merged
merged 8 commits into from
Aug 22, 2024

Conversation

hlouzada
Copy link
Contributor

@hlouzada hlouzada commented Aug 21, 2024

Description of Changes

Fix some incompatibilities between Spyder and spyder-remote-services due to some changes in the latter in preparation for the final release.

Issue(s) Resolved

Fixes #22363.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @hlouzada

@pep8speaks
Copy link

pep8speaks commented Aug 21, 2024

Hello @hlouzada! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 62:80: E501 line too long (113 > 79 characters)
Line 63:80: E501 line too long (99 > 79 characters)
Line 64:80: E501 line too long (118 > 79 characters)

Line 18:80: E501 line too long (81 > 79 characters)

Comment last updated at 2024-08-22 04:59:12 UTC

@hlouzada hlouzada marked this pull request as ready for review August 22, 2024 02:23
@hlouzada hlouzada changed the title WIP: Update spyder-remote-services installation script PR: Update spyder-remote-services installation script Aug 22, 2024
@ccordoba12 ccordoba12 changed the title PR: Update spyder-remote-services installation script PR: Update spyder-remote-services installation script (Remote client) Aug 22, 2024
- That's for consistency with other places we use it.
- Also, fix some small style issues.
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

Tested on Linux and Windows and it's working as expected. Thanks @hlouzada!

@ccordoba12 ccordoba12 merged commit ad74fce into spyder-ide:master Aug 22, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to connect via new remote development feature: poetry: command not found
3 participants