From 45ec9b016d0c3fab764999bbdaa41ea39ebaf1e7 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 29 Oct 2024 19:14:11 +0000 Subject: [PATCH] Remove pin on pytest-benchmark --- 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",