Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6688d5d + e032e25 commit cddd973Copy full SHA for cddd973
1 file changed
lib/matplotlib/tests/test_lines.py
@@ -33,7 +33,7 @@ def test_segment_hits():
33
34
# Runtimes on a loaded system are inherently flaky. Not so much that a rerun
35
# won't help, hopefully.
36
-@pytest.mark.flaky(reruns=3)
+@pytest.mark.flaky(reruns=5)
37
def test_invisible_Line_rendering():
38
"""
39
GitHub issue #1256 identified a bug in Line.draw method
0 commit comments