From 6d78ad98d97dfd3a0917b3bccc29a655405e10a2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 9 Feb 2025 18:30:11 -0500 Subject: [PATCH] try pytest 8.3 we've been pinned under 8.2 for unclear reasons (but likely reasons). see what 8.3 does. current pypi release is 8.3.4 Change-Id: I601335f5604a37e07fd3bb0abb99160e055dd95c --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 789bef0e2b..1a5eb720db 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ install_command= python -I -m pip install --only-binary=pymssql {opts} {packages} deps= - pytest>=7.0.0,<8.2 + pytest>=7.0.0,<8.4 # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907 pytest-xdist!=3.3.0 @@ -201,7 +201,7 @@ extras = [testenv:mypy] deps= - pytest>=7.0.0rc1,<8 + pytest>=7.0.0rc1,<8.4 pytest-xdist greenlet != 0.4.17 mypy >= 1.14 -- 2.47.3