mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
31ee864f04
commit
f0348104f8
1 changed files with 3 additions and 0 deletions
|
|
@ -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"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue