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
This commit is contained in:
Kostas Karmas 2020-10-30 14:11:00 +01:00
parent 31ee864f04
commit f0348104f8

View File

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