From c49933e9fae18395c0de15769f6d560f4ea4fc50 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Wed, 30 Jul 2025 15:05:43 +0000 Subject: [PATCH 1/3] scripts: capture `(...)` pytest marker group --- sdks/python/scripts/run_pytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/scripts/run_pytest.sh b/sdks/python/scripts/run_pytest.sh index 11bdd4f8577f..f5a6c6460f41 100755 --- a/sdks/python/scripts/run_pytest.sh +++ b/sdks/python/scripts/run_pytest.sh @@ -36,7 +36,7 @@ echo "pytest_args: $pytest_args" echo "posargs: $posargs" # Define the regex for extracting the -m argument value -marker_regex="-m\s+('[^']+'|\"[^\"]+\"|[^ ]+)" +marker_regex="-m\s+('[^']+'|\"[^\"]+\"|\([^)]+\)|[^ ]+)" # Initialize the user_marker variable. user_marker="" From 2035532be0e60797d101ed6720e1899dd7cc97b6 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Wed, 30 Jul 2025 15:06:41 +0000 Subject: [PATCH 2/3] workflows: trigger postcommit python --- .github/trigger_files/beam_PostCommit_Python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index 9e1d1e1b80dd..a1927648b7c0 100644 --- a/.github/trigger_files/beam_PostCommit_Python.json +++ b/.github/trigger_files/beam_PostCommit_Python.json @@ -1,5 +1,5 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 4 + "modification": 251 } From 836f88c391e5585db2ddbccca344d41cfde2ef59 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Wed, 30 Jul 2025 15:09:54 +0000 Subject: [PATCH 3/3] workflows: trigger postcommit python --- .github/trigger_files/beam_PostCommit_Python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index 1fa29a890c2f..4aa5f70b72ee 100644 --- a/.github/trigger_files/beam_PostCommit_Python.json +++ b/.github/trigger_files/beam_PostCommit_Python.json @@ -1,5 +1,5 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 29 + "modification": 101 }