From ea88d5077966e03f0ca80c5a11f759df5b56beb0 Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 5 Oct 2024 15:14:50 -0700 Subject: [PATCH] Increase max allowed pytest version to 9 pytest 8 has been out for a while; it's long past time we officially added support for it. This will allow people to use this plugin along with pytest 8. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ad51132..7b22335 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,8 @@ deps = # works with your code. Don't forget to modify the corresponding entries in # the Github workflows configuration file if you do change these lower # bounds. - pytest >=4.6, <8; python_version<'3.10' - pytest >=6.2.4, <8; python_version>='3.10' + pytest >=4.6, <9; python_version<'3.10' + pytest >=6.2.4, <9; python_version>='3.10' pytest-cov requests extras =