Skip to content

Commit 4e36b65

Browse files
committed
test: mark grid voronoi tests with intermittent tkinter/tcl errors as flaky (see JuliaGraphics/Tk.jl#67, pypa/virtualenv#93, pypa/virtualenv#627)
1 parent 3eb03bb commit 4e36b65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autotest/test_grid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ def test_voronoi_grid(tmpdir, grid_info):
901901
assert len(ninvalid_cells) == 0, errmsg
902902

903903

904+
@flaky
904905
def test_voronoi_grid3(tmpdir):
905906
name = "vor3"
906907
answer_ncpl = 300
@@ -949,6 +950,7 @@ def test_voronoi_grid3(tmpdir):
949950
assert len(ninvalid_cells) == 0, errmsg
950951

951952

953+
@flaky
952954
def test_voronoi_grid4(tmpdir):
953955
name = "vor4"
954956
answer_ncpl = 410
@@ -988,6 +990,7 @@ def test_voronoi_grid4(tmpdir):
988990
assert len(ninvalid_cells) == 0, errmsg
989991

990992

993+
@flaky
991994
def test_voronoi_grid5(tmpdir):
992995
name = "vor5"
993996
answer_ncpl = 1305

0 commit comments

Comments
 (0)