Browse Source

Skip running the tests for the old arrange algorithm

So that the output of the CI/CD testing step is not cluttered with deprecation warnings.

Done during TTT
Kostas Karmas 4 years ago
parent
commit
f0348104f8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/TestArrange.py

+ 3 - 0
tests/TestArrange.py

@@ -2,10 +2,13 @@
 # Cura is released under the terms of the LGPLv3 or higher.
 
 import numpy
+import pytest
 
 from cura.Arranging.Arrange import Arrange
 from cura.Arranging.ShapeArray import ShapeArray
 
+pytestmark = pytest.mark.skip()
+
 def gimmeTriangle():
     """Triangle of area 12"""