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

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

commit f464a29f377aa81af37bbe7522b241985eac9264
Author: HadoopMarc <vts...@xs4all.nl>
AuthorDate: Sun May 10 21:49:52 2020 +0200

    Removes tornado again from python venv because it requires additional apt 
packages in travis and there are no tests for the tornado functionality
---
 gremlin-python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 4715e64..5e33b81 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -135,7 +135,7 @@ limitations under the License.
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python3" executable="env/bin/pip"
                                               failonerror="true">
-                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum isodate kerberos six tornado"/>
+                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum isodate kerberos six"/>
                                         </exec>
                                         <copy 
todir="${project.build.directory}/python-packaged">
                                             <fileset dir="src/main/python"/>

Reply via email to