From 314ed3a388b93ba5089a14f855a0ce08c66a93ec Mon Sep 17 00:00:00 2001 From: Alex Bezzubov Date: Sat, 11 May 2024 20:09:12 +0200 Subject: [PATCH] ci: fix python tests on ubuntu --- python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index 7e460c8..54fce1b 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -1 +1 @@ -pytest==6.0.1 +pytest>=6.0.1