From 6849e4fb7a2e8ae1dbaa4a6399816511149b8c56 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 18 Nov 2024 11:41:33 +0100 Subject: [PATCH] Bump pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3768fcb05c..a4d9ab15c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -234,7 +234,7 @@ tests = [ 'aiida-export-migration-tests==0.9.0', 'pg8000~=1.13', 'pgtest~=1.3,>=1.3.1', - 'pytest~=7.0', + 'pytest~=8.0', 'pytest-asyncio~=0.12,<0.17', 'pytest-timeout~=2.0', 'pytest-cov~=4.1',