From d5789c4d182c1f33f886b26bf3be77e17e13d805 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 18 Dec 2024 15:50:10 +0000 Subject: [PATCH] Remove pin on pytest-benchmark (#459) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d29b878d..f337271d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = [ "pytest-mpl", "pytest-httpserver", "pytest-filter-subpackage", - "pytest-benchmark<5", + "pytest-benchmark", "pytest-xdist", "hypothesis", "tox",