From bc09893c83a83fdcc527650ae9758221d4ab5c2b Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Mon, 11 Aug 2025 04:17:30 +0000 Subject: [PATCH 1/2] Sync: Resolve linter format issue after lock file maintenance --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 47dd857..a2e742f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ """Configure pytest for testing with nisync devices. -This module includes fixtures for setting up resources +This module includes fixtures for setting up resources and command line options for specifying resource names needed by test_session.py. """ From 74d2e5037e154c2b58dcb261c38797f1260a1f78 Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Tue, 12 Aug 2025 05:56:01 +0000 Subject: [PATCH 2/2] Sync: Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index da72cf9..ba6db0c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @tkrebes @tsengguanyung @CHrislian-NI @wchung-ni @waichun-NI \ No newline at end of file +* @tkrebes @tsengguanyung @CHrislian-NI @ni/mars-platform-team \ No newline at end of file