From 813d24b4b56d8207f65c9791f8bd4e8c09a53853 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 11 May 2019 18:23:09 -0400 Subject: [PATCH] TST: register custom marks pytest 4.5.0 became more strict about unknown marks --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 117bd5517b19..0f7d1b252c45 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,6 +7,8 @@ python_files = test_*.py markers = backend: Set alternate Matplotlib backend temporarily. style: Set alternate Matplotlib style temporarily. + baseline_images: Compare output against a known reference + pytz: Tests that require pytz to be installed filterwarnings = error