You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ag...@apache.org on 2022/03/28 20:15:44 UTC

[storm] branch master updated: [STORM-3832] Remove python2 execution. (#3454)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 01fb443  [STORM-3832] Remove python2 execution. (#3454)
01fb443 is described below

commit 01fb443730f319a7269889e3785c862b651633ea
Author: Bipin Prasad <bi...@apache.org>
AuthorDate: Mon Mar 28 16:15:36 2022 -0400

    [STORM-3832] Remove python2 execution. (#3454)
---
 storm-client/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index c780267..c130ce0 100644
--- a/storm-client/pom.xml
+++ b/storm-client/pom.xml
@@ -273,25 +273,6 @@
                         <executions>
                             <execution>
                                 <configuration>
-                                    <executable>python2.7</executable>
-                                    <workingDirectory>test/py</workingDirectory>
-                                    <arguments>
-                                        <argument>test_storm_cli.py</argument>
-                                    </arguments>
-                                    <environmentVariables>
-                                        <PYTHONPATH>../../../bin:$PYTHONPATH</PYTHONPATH>
-                                        <PYTHONDONTWRITEBYTECODE>true</PYTHONDONTWRITEBYTECODE>
-                                    </environmentVariables>
-                                    <skip>${skipTests}</skip>
-                                </configuration>
-                                <id>python2.7-test</id>
-                                <phase>test</phase>
-                                <goals>
-                                    <goal>exec</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <configuration>
                                     <executable>python3</executable>
                                     <workingDirectory>test/py</workingDirectory>
                                     <arguments>