Skip to content

Conversation

@github-actions
Copy link

This PR updates the project to the next development version after the release.

Signed-off-by: GitHub <noreply@github.com>
@ruromero ruromero closed this Nov 20, 2025
@ruromero ruromero reopened this Nov 20, 2025
@github-actions
Copy link
Author

github-actions bot commented Nov 20, 2025

Test Results

220 tests   218 ✅  1m 19s ⏱️
 17 suites    0 💤
 17 files      0 ❌  2 🔥

For more details on these errors, see this check.

Results for commit 516f776.

♻️ This comment has been updated with latest results.

@soul2zimate
Copy link
Contributor

I want to merge this PR but I realize that If PR is opened by github-actions, CI shows below errors in test. But when developer opens I don't see these error:

Error:  Errors: 
Error:    Python_Provider_Test.test_the_provideComponent:105 » PackageNotInstalled Package name=>anyio is not installed on your python environment, either install it ( better to install requirements.txt altogether) or turn on environment variable TRUSTIFY_DA_PYTHON_VIRTUAL_ENV=true to automatically install it on virtual environment (will slow down the analysis)
Error:    Python_Provider_Test.test_the_provideComponent:105 » PackageNotInstalled Package name=>anyio is not installed on your python environment, either install it ( better to install requirements.txt altogether) or turn on environment variable TRUSTIFY_DA_PYTHON_VIRTUAL_ENV=true to automatically install it on virtual environment (will slow down the analysis)

The test is conditional defined as:

  @EnabledIfEnvironmentVariable(named = "RUN_PYTHON_BIN", matches = "true")
  void test_the_provideStack(String testFolder) throws IOException {

When github-actions opens a PR, the CI env are set to:

   env:
    MAIN_JAVA_VER: 17
    RUN_PYTHON_BIN: true

When I open a PR, the CI env are set to:

   env:
    MAIN_JAVA_VER: 17
    RUN_PYTHON_BIN: 

Hi @ruromero, I don't have permission to view repository's Settings → Secrets and variables → Actions → Variables. Could you help to check if the env variable RUN_PYTHON_BIN used in pr.yml defined there ? Can we remove it or add the suggested TRUSTIFY_DA_PYTHON_VIRTUAL_ENV=true ? Thanks.

@ruromero ruromero enabled auto-merge (squash) November 25, 2025 07:41
@soul2zimate
Copy link
Contributor

superseded by #219

@ruromero ruromero closed this Nov 25, 2025
auto-merge was automatically disabled November 25, 2025 08:53

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants