Repository: beam
Updated Branches:
  refs/heads/master bbc231c8e -> cf8993699


Revert "Use de(stributed)tox rather than plain old tox for Python testing."

This reverts commit 9052a16a66e71f5c738ee148c81bc3e848a2cabe.

Switch back to using tox. We suspect that detox is causing test
stuckness, also cython related tests are not properly isolated with tox
(or detox), it results in problem with multiple test environments are
executed in parallel.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b3ec734c
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b3ec734c
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b3ec734c

Branch: refs/heads/master
Commit: b3ec734cf8722b4548e6d44d3f078d5054c8e3eb
Parents: bbc231c
Author: Ahmet Altay <[email protected]>
Authored: Tue Oct 10 15:29:16 2017 -0700
Committer: Ahmet Altay <[email protected]>
Committed: Tue Oct 10 15:29:16 2017 -0700

----------------------------------------------------------------------
 sdks/python/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/b3ec734c/sdks/python/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/python/pom.xml b/sdks/python/pom.xml
index 62135e8..3e67e3b 100644
--- a/sdks/python/pom.xml
+++ b/sdks/python/pom.xml
@@ -149,7 +149,7 @@
                 <argument>--user</argument>
                 <argument>--upgrade</argument>
                 <argument>--ignore-installed</argument>
-                <argument>detox</argument>
+                <argument>tox</argument>
               </arguments>
               <environmentVariables>
                 <PYTHONUSERBASE>${python.user.base}</PYTHONUSERBASE>
@@ -204,7 +204,7 @@
                   <goal>exec</goal>
                 </goals>
                 <configuration>
-                  <executable>${python.user.base}/bin/detox</executable>
+                  <executable>${python.user.base}/bin/tox</executable>
                   <arguments>
                     <argument>-e</argument>
                     <argument>ALL</argument>

Reply via email to