From 86abb85efa605a1b7dc5660f7a6dc0ee33e15860 Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Mon, 14 Mar 2022 20:17:36 +0100 Subject: [PATCH] Update pytest-xdist to 2.5.0 (#68135) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 944b8dbed00..9e16676092a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -23,7 +23,7 @@ pytest-socket==0.4.1 pytest-test-groups==1.0.3 pytest-sugar==0.9.4 pytest-timeout==2.1.0 -pytest-xdist==2.4.0 +pytest-xdist==2.5.0 pytest==7.1.0 requests_mock==1.9.2 respx==0.19.0 -- GitLab