Skip to content

Uncomment Test PyPI publishing step #194

Uncomment Test PyPI publishing step

Uncomment Test PyPI publishing step #194

Triggered via push April 29, 2026 10:45
Status Failure
Total duration 22s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
lint
Process completed with exit code 1.
lint
3 errors
lint: tests/unit/searchcommands/test_validators.py#L119
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
lint: tests/unit/searchcommands/test_validators.py#L111
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
lint: tests/unit/searchcommands/test_validators.py#L106
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
lint: tests/integration/test_binding.py#L287
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: tests/integration/test_binding.py#L286
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: tests/integration/test_binding.py#L285
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: tests/integration/test_binding.py#L284
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: tests/integration/test_binding.py#L281
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: tests/integration/test_binding.py#L276
The method "write" in class "SSLSocket" is deprecated   Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
lint: splunklib/searchcommands/search_command.py#L502
Type of "value" is unknown (reportUnknownVariableType)
lint: splunklib/searchcommands/search_command.py#L500
Type of "value" is unknown (reportUnknownVariableType)
lint: splunklib/data.py#L263
Type of "z" is partially unknown   Type of "z" is "Unknown | Record" (reportUnknownVariableType)
lint: examples/ai_custom_alert_app/bin/log_server.py#L68
Unnecessary "# pyright: ignore" rule: "reportUnknownVariableType" (reportUnnecessaryTypeIgnoreComment)