]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
try pytest 8.3
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2025 23:30:11 +0000 (18:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2025 23:33:04 +0000 (18:33 -0500)
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

diff --git a/tox.ini b/tox.ini
index 789bef0e2bfad3b804dacf84675e1299a6fc0768..1a5eb720dbba963576dc8b1dbdadae2c3eab4ef9 100644 (file)
--- 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