From f975518bd03c35f1f45e77335e9ee562c6466e2b Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sun, 9 Nov 2025 01:49:58 -0800 Subject: [PATCH] Allow testing with pytest 9 pytest 9 was recently released. This change allows it to be used in testing with tox. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index ad784e8..ac3ac9b 100644 --- a/tox.ini +++ b/tox.ini @@ -22,9 +22,9 @@ 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, <9; python_version <'3.10' - pytest >=6.2.4, <9; python_version >='3.10' and python_version <'3.14' - pytest >=7.3.2, <9; python_version >='3.14' + pytest >=4.6, <10; python_version <'3.10' + pytest >=6.2.4, <10; python_version >='3.10' and python_version <'3.14' + pytest >=7.3.2, <10; python_version >='3.14' pytest-cov !=6.2.0 requests extras =