mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +08: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
@ -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"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user