From eb14c662085a932322c5eb982ca7ca29174bbe29 Mon Sep 17 00:00:00 2001 From: Geir Date: Fri, 27 Dec 2024 11:57:36 +0100 Subject: [PATCH] build: add pytest-codspeed to dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 966634a..39a3770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ pillow = ">=9.3.0" pytest = "^8.0" pytest-cov = "^4.0" pytest-benchmark = "^4.0" +pytest-codspeed = "^2.0" [tool.poetry.group.docs] optional = true