mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Merge pull request #8659 from Ultimaker/Skip_tests_for_old_arrange
Skip running the tests for the old arrange algorithm
This commit is contained in:
commit
734415040d
@ -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…
x
Reference in New Issue
Block a user