damccorm commented on code in PR #24866: URL: https://github.com/apache/beam/pull/24866#discussion_r1065048667
########## sdks/python/scripts/run_pytest.sh: ########## @@ -35,6 +35,11 @@ if [[ $pytest_args =~ "-m" ]] || [[ $posargs =~ "-m" ]]; then exit 1 fi +# strip leading/trailing quotes from posargs because it can get double quoted as its passed through. Review Comment: Yeah - it tried to parse `'--ignore=apache_beam/coders` as an argument instead of the `ignore` flag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
