From 65de13cf1f253e4919d8c39b208c6770da339520 Mon Sep 17 00:00:00 2001 From: Octi Zhang Date: Wed, 27 Aug 2025 13:18:28 -0700 Subject: [PATCH 1/2] disable verbose printing in test --- tools/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/conftest.py b/tools/conftest.py index 9c9b2cd6d019..ed5db4cb69f4 100644 --- a/tools/conftest.py +++ b/tools/conftest.py @@ -159,7 +159,6 @@ def run_individual_tests(test_files, workspace_root, isaacsim_ci): "-c", f"{workspace_root}/pytest.ini", f"--junitxml=tests/test-reports-{str(file_name)}.xml", - "--verbose", "--tb=short", ] From 81ee5915286e00c39fcd58bb6297cf9b8fc89e38 Mon Sep 17 00:00:00 2001 From: Kelly Guo Date: Wed, 27 Aug 2025 16:14:11 -0700 Subject: [PATCH 2/2] add ml_dtypes to license exception --- .github/workflows/license-exceptions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/license-exceptions.json b/.github/workflows/license-exceptions.json index c4d0fbc8233a..6beb8dab54b2 100644 --- a/.github/workflows/license-exceptions.json +++ b/.github/workflows/license-exceptions.json @@ -385,5 +385,10 @@ "package": "typing-inspection", "license" : "UNKNOWN", "comment": "MIT" + }, + { + "package": "ml_dtypes", + "license" : "UNKNOWN", + "comment": "Apache 2.0" } ]