Skip to content

Commit 34511a6

Browse files
authored
Merge pull request #14191 from tacaswell/tst_fix_pytest_450
TST: register custom marks
2 parents 406cce6 + 813d24b commit 34511a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ python_files = test_*.py
77
markers =
88
backend: Set alternate Matplotlib backend temporarily.
99
style: Set alternate Matplotlib style temporarily.
10+
baseline_images: Compare output against a known reference
11+
pytz: Tests that require pytz to be installed
1012

1113
filterwarnings =
1214
error

0 commit comments

Comments
 (0)