Smitaambiger commented on issue #279:
URL:
https://github.com/apache/tooling-trusted-releases/issues/279#issuecomment-3796093357
Hi @sbp, Thanks for the follow-up.
Below are the outputs from my local runs.
Linting (make check):
```text
lint JS files with
Oxlint................................................Passed
lint Python files with
Ruff..............................................Passed
format Python files with
Ruff............................................Passed
format JS files with
Biome...............................................Failed
- hook id: biome-format
- exit code: 1
Executable `biome` not found
lint JS files with
Biome.................................................Failed
- hook id: biome-check
- exit code: 1
Executable `biome` not found
type check Python files with
Pyright.....................................Failed
- hook id: pyright
- exit code: 1
/workspaces/tooling-trusted-releases/playwright/test.py
/workspaces/tooling-trusted-releases/playwright/test.py:33:8 - warning:
Import "netifaces" could not be resolved from source (reportMissingModuleSource)
/workspaces/tooling-trusted-releases/playwright/test.py:35:6 - error:
Import "playwright.sync_api" could not be resolved (reportMissingImports)
1 error, 1 warning, 0 informations
check Jinja2
routes......................................................Passed
check when dependencies were
updated.....................................Passed
make: *** [Makefile:52: check] Error 1
```
End-to-end tests (sh tests/run-playwright.sh):
```text
playwright-1 | INFO Targz Structure status verified as Success playwright-1
| INFO Tests took 63.553 seconds playwright-1 | INFO Tests finished
successfully playwright-1 exited with code 0 Aborting on container exit...
Container tests-playwright-1 Stopping Container tests-playwright-1 Stopped
Container tests-atr-1 Stopping Container tests-atr-1 Stopped atr-1 exited with
code 0 [+] Running 3/3 ✔ Container tests-playwright-1 Removed 0.0s ✔ Container
tests-atr-1 Remov... 0.0s ✔ Network tests_test-network Removed 0.1s
```
Please let me know if you would like me to rerun linting in a
Debian/glibc-based environment instead of Alpine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]