Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
4b506ff9
Unverified
Commit
4b506ff9
authored
Apr 03, 2026
by
Andreas Karatzas
Committed by
GitHub
Apr 03, 2026
Browse files
[ROCm][CI] Minor missing import patch (#38951)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
5875bb2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+1
-0
No files found.
docker/Dockerfile.rocm
View file @
4b506ff9
...
@@ -400,6 +400,7 @@ def pytest_sessionfinish(session, exitstatus):
...
@@ -400,6 +400,7 @@ def pytest_sessionfinish(session, exitstatus):
_exit_code = int(exitstatus)
_exit_code = int(exitstatus)
def pytest_unconfigure(config):
def pytest_unconfigure(config):
import sys
sys.stdout.flush()
sys.stdout.flush()
sys.stderr.flush()
sys.stderr.flush()
os._exit(_exit_code)
os._exit(_exit_code)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment