My Python tests are now failing like so with a simple .gradlew check and a clean checkout:
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sdks:python:test-suites:tox:py36:setupVirtualenv'. > Process 'command 'virtualenv'' finished with non-zero exit value 1 Any suggestions? The setup instructions on github do not appear to be up to date. See https://issues.apache.org/jira/browse/BEAM-8735 It wouldn't be a surprise if there are other missing steps to be followed. Related, is there a way to run all the Java tests and only the Java tests? -- Elliotte Rusty Harold [email protected]
