From da9bb2e7700569a305bf176d302a55aa63de03c1 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Mon, 27 May 2024 12:45:04 +0200 Subject: [PATCH] Add missing package `image_diff` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2dd800f..ddcaa08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ ci = [ ] test = [ 'pytest>=5.2', + 'pytest-image-diff', 'pytest-benchmark' ]