Skip to content

Conversation

@marcmo
Copy link
Contributor

@marcmo marcmo commented Jul 25, 2025

originates from CR #133536

Change-Id: I3a542df4dac0867eb360f48cb7db05a8ed92ebc0
@AlexanderLanin
Copy link
Member

@MaximilianSoerenPollak did we miss this PR?

@AlexanderLanin AlexanderLanin requested a review from Copilot August 6, 2025 10:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades Bazel from version 7.4.0 to 8.3.0 across the project and makes necessary compatibility adjustments. The upgrade includes updating .bazelversion files and adapting existing code to work with the newer Bazel version.

Key changes:

  • Upgrade Bazel version from 7.4.0 to 8.3.0 in configuration files
  • Add allow_empty = True parameter to glob() function call for Bazel 8.x compatibility
  • Update auto-generated requirements.txt file paths to reflect new structure

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
python_basics/.bazelversion Updates Bazel version to 8.3.0
python_basics/integration_tests/.bazelversion Updates Bazel version to 8.3.0
python_basics/score_pytest/BUILD Adds allow_empty = True parameter to glob() for Bazel 8.x compatibility
python_basics/integration_tests/venv-with-extra-requirements/requirements.txt Updates auto-generated file paths in comments
Comments suppressed due to low confidence (1)

python_basics/score_pytest/BUILD:28

  • There's an extra comma before the closing parenthesis. The line should be ], allow_empty = True), without the trailing comma.
    ], allow_empty = True,),

@AlexanderLanin AlexanderLanin merged commit 6185e63 into eclipse-score:main Aug 6, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from Draft to Done in Infrastructure Aug 6, 2025
@marcmo marcmo deleted the cr-133536 branch August 7, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants