From f4785e51882b1e9d6ab91b06cac2aba9f948aac5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 4 Mar 2024 18:40:43 +0100 Subject: [PATCH] chore: partially upgrade tests deps - pytest 8.x makes tests ~ 20% slower, so I've stopped at 7.x for now - factory-boy have an anoying DeprecationWarning that I do not understand, so I've skipped upgrading it for now --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5e4d999..85ad0625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,9 @@ dev = [ test = [ "factory-boy==3.2.1", "playwright>=1.39", - "pytest==6.2.5", - "pytest-django==4.5.2", - "pytest-playwright==0.4.3", + "pytest==7.3.2", + "pytest-django==4.8.0", + "pytest-playwright==0.4.4", "pytest-xdist>=3.5.0,<4", ] docker = [