Commit Graph

2 Commits

Author SHA1 Message Date
Øyvind Harboe
b764cc5bc2 bazel: lint
Run black on check_visibility.py and check_dev_dep.py.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2026-03-24 01:13:48 +01:00
Øyvind Harboe
458efdb6e8 test: replace slow downstream workspace tests with instant py_tests
Instead of spinning up a separate Bazel workspace (minutes), inspect
BUILD.bazel and MODULE.bazel directly with py_test (0.1s each).

7 individual tests: visibility checks for openroad, openroad_py,
openroad_lib, and dev_dependency checks for rules_shell, rules_pkg,
rules_verilator, verilator.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2026-03-24 00:55:09 +01:00