Skip to content

Apply positron-python updates from vscode-python v2024.4.0 #72

Apply positron-python updates from vscode-python v2024.4.0

Apply positron-python updates from vscode-python v2024.4.0 #72

Triggered via pull request April 5, 2024 15:42
Status Failure
Total duration 12m 45s
Billable time 1h 57m
Artifacts

positron-python-ci.yml

on: pull_request
Matrix: Test Positron IPyKernel
Matrix: Python Tests
Matrix: Test TypeScript
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 24 warnings
Test Positron IPyKernel (ubuntu-latest, 3.12)
Process completed with exit code 4.
Test Positron IPyKernel (ubuntu-latest, 3.11)
The job was canceled because "ubuntu-latest_3_12" failed.
Test Positron IPyKernel (ubuntu-latest, 3.11)
The operation was canceled.
Test Positron IPyKernel (windows-latest, 3.10)
The job was canceled because "ubuntu-latest_3_12" failed.
Test Positron IPyKernel (windows-latest, 3.10)
The operation was canceled.
Test Positron IPyKernel (macos-latest, 3.9)
The job was canceled because "ubuntu-latest_3_12" failed.
Test Positron IPyKernel (macos-latest, 3.9)
The operation was canceled.
Test Positron IPyKernel (ubuntu-latest, 3.8)
The job was canceled because "ubuntu-latest_3_12" failed.
Test Positron IPyKernel (ubuntu-latest, 3.8)
The operation was canceled.
Python Tests (ubuntu-latest, 3.12, pytest<8.1.1)
Process completed with exit code 4.
Python Tests (ubuntu-latest, 3.8, pytest<8.1.1)
Process completed with exit code 4.
Python Tests (ubuntu-latest, 3.11, pytest<8.1.1)
Process completed with exit code 4.
Python Tests (macos-latest, 3.9, pytest<8.1.1)
Process completed with exit code 4.
Lint
Process completed with exit code 2.
Check Python types: extensions/positron-python/python_files/installed_check.py#L15
Import "importlib_metadata" could not be resolved (reportMissingImports)
Check Python types: extensions/positron-python/python_files/run-jedi-language-server.py#L9
Import "jedi_language_server.cli" could not be resolved (reportMissingImports)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L30
Import "thread" could not be resolved (reportMissingImports)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L304
Import "coverage" could not be resolved (reportMissingImports)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L59
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L88
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L283
"windll" is unknown import symbol (reportGeneralTypeIssues)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L292
"WindowsError" is not defined (reportUndefinedVariable)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L331
Cannot access member "_tests" for type "TestCase"   Member "_tests" is unknown (reportGeneralTypeIssues)
Check Python types: extensions/positron-python/python_files/visualstudio_py_testlauncher.py#L345
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
Python Tests (windows-latest, 3.10, pytest<8.1.1)
Process completed with exit code 1.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (ubuntu-latest, 3.x, functional)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (ubuntu-latest, 3.x, ts-unit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L550
Instance methods should take a "self" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L560
Instance methods should take a "self" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L589
Instance methods should take a "self" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L620
Instance methods should take a "self" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L631
Instance methods should take a "self" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L747
TypeVar "T_co" appears only once in generic function signature (reportInvalidTypeVarUse)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L758
TypeVar "T_co" appears only once in generic function signature (reportInvalidTypeVarUse)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L2113
__init_subclass__ override should take a "cls" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/typing_extensions.py#L2190
__init_subclass__ override should take a "cls" parameter (reportSelfClsParameterName)
Check Python types: extensions/positron-python/python_files/lib/python/debugpy/__init__.py#L35
Wildcard import from a library not allowed (reportWildcardImportFromLibrary)
Test TypeScript (macos-latest, 3.x, ts-unit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, debugger)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, GabrielBB/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, debugger)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test TypeScript (macos-latest, 3.x, venv)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, GabrielBB/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, venv)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test TypeScript (macos-latest, 3.x, smoke)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, functional)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, single-workspace)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, GabrielBB/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (macos-latest, 3.x, single-workspace)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test TypeScript (windows-latest, 3.x, functional)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test TypeScript (windows-latest, 3.x, ts-unit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.