8000 Merge pull request #14353 from anntzer/flaky · matplotlib/matplotlib@023341b · GitHub
[go: up one dir, main page]

Skip to content

Commit 023341b

Browse files
authored
Merge pull request #14353 from anntzer/flaky
Register flaky pytest marker.
2 parents d5923eb + bce1bad commit 023341b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pytest.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ testpaths = lib
55
python_files = test_*.py
66

77
markers =
8+
flaky: (Provided by pytest-rerunfailures.)
89
backend: Set alternate Matplotlib backend temporarily.
910
style: Set alternate Matplotlib style temporarily.
10-
baseline_images: Compare output against a known reference
11-
pytz: Tests that require pytz to be installed
11+
baseline_images: Compare output against a known reference.
12+
pytz: Tests that require pytz to be installed.
1213

1314
filterwarnings =
1415
error

0 commit comments

Comments
 (0)
0