Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix setup to allow to pass tests in internal jenkins #50

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

benbariteau
Copy link
Member

@benbariteau benbariteau commented May 22, 2024

There's two issues that need dealing with:

  1. There's interpreters in the tox.ini which don't exist internally, so we need to skip them. Luckily, this is a builtin tox feature.
  2. The default tempdir fails the security_check requirements. We can set it to something else, but we need the test environment to respect that. So I added passenv = TMP

As a bonus, I also added itest_noble to the GHA tests

@benbariteau benbariteau changed the title skip missing interpreters fix setup to allow to pass tests in internal jenkins Jun 5, 2024
@benbariteau benbariteau marked this pull request as ready for review June 5, 2024 21:53
@benbariteau benbariteau merged commit 576301d into master Jun 5, 2024
8 checks passed
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.

2 participants