This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/gha-hang
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a4dc9746e577097dba93b4fec8aa5e2f09cfc373
Author: Danny McCormick <[email protected]>
AuthorDate: Thu May 18 15:03:55 2023 -0400

    Try to narrow down source of GHA hang
---
 sdks/python/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 50a883e26a7..3822dc9345e 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -68,7 +68,7 @@ commands = false {envname} is misconfigured
 [testenv:py{37,38,39,310,311}]
 commands =
   python apache_beam/examples/complete/autocomplete_test.py
-  bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}"
+  bash {toxinidir}/scripts/run_pytest.sh {envname} "apache_beam/runners/"
 
 [testenv:py{37,38,39,310,311}-win]
 commands =

Reply via email to