From 9422e9543e3751058221143104bf951b3c41d4d1 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 27 Jan 2025 17:10:15 -0500 Subject: [PATCH] remove pytest version restriction --- requirements-dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e46e5ba15..9a2eecc5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,8 +21,7 @@ mypy parameterized path!=16.12.0,!=17.0.0 # patch pytest-shutil (https://github.com/man-group/pytest-plugins/issues/224) pluggy>=0.7 -# FIXME: bad interpolation of 'setup.cfg' for pytest 'log_format' (https://github.com/pytest-dev/pytest/issues/10019) -pytest<7 +pytest pytest-httpserver>=1.0.7 # support werkzeug>=3 pytest-server-fixtures #pytest-rerunfailures