From f3f33dec9f046bf433334ef13f55e7c2f7f337da Mon Sep 17 00:00:00 2001 From: Wong Chun Hong Date: Wed, 30 Aug 2023 02:05:01 +0100 Subject: [PATCH] bump most of the test packages --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index fd6cd273..87eca4b9 100644 --- a/setup.py +++ b/setup.py @@ -45,18 +45,18 @@ class PyTest(TestCommand): tests_require = [ - "pytest", - "pytest-benchmark", - "pytest-cov", - "pytest-mock", + "pytest>=7,<8", + "pytest-benchmark>=4,<5", + "pytest-cov>=4,<5", + "pytest-mock>=3,<4", # pinning fastdiff dep (required by snapshottest) because later versions # require wasmer 1.0.0 which is not compatible with Python 2.7 "fastdiff==0.2.0", - "snapshottest", - "coveralls", + "snapshottest>=0.6,<1", + "coveralls>=3.3,<4", "promise", - "mock", - "iso8601", + "mock>=5,<6", + "iso8601>=2,<3", ] setup(