From a81281c24ad958bc80aede62f1b0ab63f9bed29d Mon Sep 17 00:00:00 2001 From: Nolwen Date: Mon, 5 Feb 2024 10:26:05 +0100 Subject: [PATCH] Pin pytest to <8 There are breaking changes in pytest 8.0.0 that are not yet compatible with pytest-cases fixtures: https://github.com/smarie/python-pytest-cases/issues/330 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1eb008f9..514286aa 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ platform = linux: linux macos: darwin win: win32 deps = - pytest + pytest<8 pytest-cases py39-linux-tf: pytest-cov tf: tensorflow>=2.15 # backend for keras 3