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

Disable CI on Mac #2462

Merged
merged 3 commits into from
May 3, 2024
Merged

Conversation

jwortmann
Copy link
Member

It seems like the UnitTesting action is currently broken on Mac in some way.

Package Control: The library "coverage" is not available for Python 3.3

Let's try if this fixes it, and I don't think we need or have used the coverage report anyway.

Terminated Sublime Text
Package Control: Installing 6 libraries...
Package Control: The library "coverage" is not available for Python 3.3
Package Control: Installed library "wcmatch" 1.2.1 for Python 3.8
Package Control: Installed library "coverage" 7.5.0 for Python 3.8
Package Control: Installed library "bracex" 2.1.1 for Python 3.8
Package Control: Installed library "mdpopups" 4.2.2 for Python 3.8
Package Control: Installed library "typing_extensions" 4.11.0 for Python 3.8
Package Control

Sublime Text needs to be restarted for installed or updated libraries to take effect. Otherwise some packages may not work properly..
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Package Control: The library "coverage" is not available for Python 3.3
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Package Control: The library "coverage" is not available for Python 3.3
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Timeout: Fail to install Package Control.
Error: Process completed with exit code 1.

@jwortmann
Copy link
Member Author

Apparently it didn't work, and fixing it seems to be out of scope for LSP, so maybe disable CI on Mac for now.

@jwortmann jwortmann changed the title Try to fix CI on Mac Disable CI on Mac Apr 27, 2024
Copy link
Member

@predragnikolic predragnikolic left a comment

Choose a reason for hiding this comment

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

I am ok with disabling it.
but I am also ok with just ignoring it until it is fixed.

@predragnikolic
Copy link
Member

I've created an issue
SublimeText/UnitTesting#267

with can revert this once this has been fixed in UnitTesting

@predragnikolic predragnikolic merged commit d5c350a into sublimelsp:main May 3, 2024
7 checks passed
@jwortmann jwortmann deleted the disable-coverage-ci branch May 3, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants