Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ path = ["**/requirements_lock.txt"]
SPDX-FileCopyrightText = "Copyright (c) 2026 Contributors to the Eclipse Foundation"
SPDX-License-Identifier = "Apache-2.0"


[[annotations]]
path = ["cr_checker/resources/config.json",
"**/.bazelversion",
"coverage/tests/fixtures/symbol_report.json",
"python_basics/.bazelversion",
"python_basics/integration_tests/venv-with-extra-requirements/requirements.in",
"python_basics/requirements.in",
"python_basics/requirements.txt",
"bazel/rules/rules_score/test/requirements.in",
"bazel/rules/rules_score/test/requirements.txt"
]
SPDX-FileCopyrightText = "Copyright (c) 2026 Contributors to the Eclipse Foundation"
SPDX-License-Identifier = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions bazel/rules/rules_score/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,4 @@ toolchain(
toolchain_type = "@score_tooling//bazel/rules/rules_score:toolchain_type",
visibility = ["//visibility:public"],
)

15 changes: 0 additions & 15 deletions bazel/rules/rules_score/test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@ python.toolchain(
python_version = PYTHON_VERSION,
)

###############################################################################
# Pip Hub
###############################################################################
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")

# Main tooling pip
pip.parse(
envsubst = ["PIP_INDEX_URL"],
extra_pip_args = ["--index-url=${PIP_INDEX_URL:-https://pypi.org/simple/}"],
hub_name = "pip_tooling_test",
python_version = PYTHON_VERSION,
requirements_lock = "//:requirements.txt",
)
use_repo(pip, "pip_tooling")

bazel_dep(name = "score_docs_as_code", version = "3.0.1", dev_dependency = True)
# bazel_dep(name = "score_platform", version = "0.5.0")
# bazel_dep(name = "score_process", version = "1.3.2")
Expand Down
8 changes: 8 additions & 0 deletions bazel/rules/rules_score/test/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pytest
basedpyright
sphinx
sphinx-needs
sphinx-design
myst-parser
sphinxcontrib-plantuml
sphinx-rtd-theme
509 changes: 509 additions & 0 deletions bazel/rules/rules_score/test/requirements.txt

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions python_basics/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
pytest
basedpyright
sphinx
sphinx-needs
sphinx-design
myst-parser
sphinxcontrib-plantuml
sphinx-rtd-theme
460 changes: 2 additions & 458 deletions python_basics/requirements.txt

Large diffs are not rendered by default.

Loading