]> 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)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Feb 2025 00:34:10 +0000 (00:34 +0000)
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
(cherry picked from commit 6d78ad98d97dfd3a0917b3bccc29a655405e10a2)

tox.ini

diff --git a/tox.ini b/tox.ini
index e8229efde61f8fdbe8c123ba13af3ea69371d48f..ca7177b2ece5bee2364ce806a92df27baf02273d 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
 
@@ -204,7 +204,7 @@ extras =
 
 [testenv:mypy]
 deps=
-     pytest>=7.0.0rc1,<8
+     pytest>=7.0.0rc1,<8.4
      pytest-xdist
      greenlet != 0.4.17
      importlib_metadata; python_version < '3.8'