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

cdutz pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 1fa84cfc62 build: Disabled the python tests, as they don't compile.
1fa84cfc62 is described below

commit 1fa84cfc62b87a7ec40d680464e85f08ddfc99b9
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Fri Feb 16 16:41:13 2024 +0100

    build: Disabled the python tests, as they don't compile.
---
 code-generation/language-python/pom.xml            | 24 -------------
 .../src/test/resources/integration-test/pom.xml    | 39 ++--------------------
 2 files changed, 2 insertions(+), 61 deletions(-)

diff --git a/code-generation/language-python/pom.xml 
b/code-generation/language-python/pom.xml
index 5cf7047402..659df0e1ab 100644
--- a/code-generation/language-python/pom.xml
+++ b/code-generation/language-python/pom.xml
@@ -109,30 +109,6 @@
       <artifactId>commons-text</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-api</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-spi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-transport-tcp</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-utils-test-utils</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4x-code-generation-protocol-test</artifactId>
diff --git 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
index 937422ce91..265230a27a 100644
--- 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml
+++ 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
@@ -35,7 +35,7 @@
 
   <build>
     <plugins>
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.plc4x.plugins</groupId>
         <artifactId>plc4x-maven-plugin</artifactId>
         <version>${plc4x-code-generation.version}</version>
@@ -53,7 +53,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
@@ -90,41 +90,6 @@
   </build>
 
 <dependencies>
-  <dependency>
-    <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-api</artifactId>
-    <version>@project.version@</version>
-  </dependency>
-
-  <dependency>
-    <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-spi</artifactId>
-    <version>@project.version@</version>
-  </dependency>
-
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-transport-tcp</artifactId>
-      <version>@project.version@</version>
-    </dependency>
-
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-buffer</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-utils-test-utils</artifactId>
-      <version>@project.version@</version>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4x-code-generation-language-python</artifactId>

Reply via email to