From 88ede59fcfd8363bb34e0c4c3c0322ef436ff10a Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sun, 12 May 2019 00:29:49 +0200 Subject: [PATCH] Unbreak testsuite for pytest 4.5. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 117bd5517b19..cf2b3462e18e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,6 +7,7 @@ python_files = test_*.py markers = backend: Set alternate Matplotlib backend temporarily. style: Set alternate Matplotlib style temporarily. + baseline_images: Set baseline images for parametrized image_comparison. filterwarnings = error