From e4dcb621a888a08573a32c2ad468d877eeb38fcb Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 15 Nov 2024 15:02:10 +0800 Subject: [PATCH] Revert "Register the mpl_image_compare marker" This reverts commit 73650654bafca5fbafce2243d61539a664e83a8d. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5783e1c2fe2..8400da80625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,5 +173,4 @@ minversion = "6.0" addopts = "--verbose --color=yes --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results" markers = [ "benchmark: mark a test with custom benchmark settings.", - "mpl_image_compare: Compares matplotlib figures against a baseline image", ]