Skip to content

Commit 1486bc2

Browse files
committed
change pytest cmd
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 1f16847 commit 1486bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ jobs:
219219
run: |
220220
source .venv/bin/activate
221221
cd test/
222-
python3 -m pytest -vsrP --image-uri ${{ needs.build-sglang-image.outputs.image-uri }} sglang/sagemaker
222+
python3 -m pytest -vs -rA --image-uri ${{ needs.build-sglang-image.outputs.image-uri }} sglang/sagemaker

test/sglang/sagemaker/test_sm_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# To enable debugging, change logging.INFO to logging.DEBUG
2828
LOGGER = logging.getLogger(__name__)
29-
LOGGER.setLevel(logging.DEBUG)
29+
LOGGER.setLevel(logging.INFO)
3030

3131
ENDPOINT_WAIT_PERIOD = 60
3232
ENDPOINT_WAIT_LENGTH = 30

0 commit comments

Comments
 (0)