You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/03/25 17:29:41 UTC

[tinkerpop] branch master updated (c309206 -> 73af6c1)

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

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from c309206  Merge remote-tracking branch 'origin/3.4-dev'
     new acd5ec4  Bump Gremlin Console integration tests to use Python 3
     new a14e649  Merge branch '3.3-dev' into 3.4-dev
     new 73af6c1  Merge branch '3.4-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gremlin-console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 02/03: Merge branch '3.3-dev' into 3.4-dev

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit a14e649ce2c1f41dca661d56623b853e5a3ab413
Merge: 179e643 acd5ec4
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Mar 25 13:24:32 2020 -0400

    Merge branch '3.3-dev' into 3.4-dev

 gremlin-console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 01/03: Bump Gremlin Console integration tests to use Python 3

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit acd5ec473d803a2ce3c4014d44a5dfef98457c71
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Mar 25 13:23:20 2020 -0400

    Bump Gremlin Console integration tests to use Python 3
    
    Getting some failures on Python 2 which seem to be related to test dependency upgrades that require Python 3. Seems related to zipp specifically. CTR
---
 gremlin-console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index b656c4a..7f058f1 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -346,7 +346,7 @@ limitations under the License.
                                         </copy>
                                         <exec dir="${project.build.directory}/python" executable="virtualenv"
                                               failonerror="true">
-                                            <arg line="--python=python env"/>
+                                            <arg line="--python=python3 env"/>
                                         </exec>
                                     </tasks>
                                 </configuration>


[tinkerpop] 03/03: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 73af6c18da453fa3b83ee5465b029b2749c18d7a
Merge: c309206 a14e649
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Mar 25 13:29:21 2020 -0400

    Merge branch '3.4-dev'

 gremlin-console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)