From 50242ea8fd08251e90234c0a3f68fed7a95f2a09 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:27:21 +0200 Subject: [PATCH] Update pytest and pytest-benchmark following the 7.2.0 release --- requirements_test_min.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements_test_min.txt b/requirements_test_min.txt index b761537dfe..fc52906352 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -3,10 +3,8 @@ # You need to increment the CACHE_VERSION in github actions too astroid==2.12.12 # Pinned to a specific version for tests typing-extensions~=4.4 -# Pin pytest until issue with pytest-benchmark and v7.2.0 is resolved -# https://github.com/ionelmc/pytest-benchmark/issues/226 -pytest==7.1.3 -pytest-benchmark~=3.4 +pytest~=7.2 +pytest-benchmark~=4.0 pytest-timeout~=2.1 towncrier~=22.8 requests