From 87f32f122f988bad595a733a6e16c639216f3264 Mon Sep 17 00:00:00 2001 From: e3243eric Date: Tue, 7 Mar 2023 19:59:39 +0800 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b29d88a3eb..0b89e07431 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "contextlib2>=0.5.4", "py-geth>=3.11.0", "py-solc-x>=1.1.1", - "pytest>=6.2.5", + "pytest==7.2.2", "sphinx>=4.2.0", "sphinx_rtd_theme>=0.5.2", "toposort>=1.4", @@ -38,7 +38,7 @@ "flaky>=3.7.0", "hypothesis>=3.31.2", "importlib-metadata<5.0;python_version<'3.8'", - "pytest>=6.2.5", + "pytest==7.2.2", "pytest-asyncio>=0.18.1", "pytest-mock>=1.10", "pytest-pythonpath>=0.3",