From d288a297fd09f52c89ec6dcc46f89b3a6f1bfdf5 Mon Sep 17 00:00:00 2001 From: Gabriel Erzse Date: Wed, 19 Jun 2024 14:39:43 +0300 Subject: [PATCH] Do not restrict pytest dependencies versions (#3286) Try to not restrict the versions of pytest dependencies, see if we can get rid of the segmentation faults that we see pretty often in the CI. Take the opportunity to sort the dev_requirements.txt file. --- dev_requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 48ec278d83..b1e10f9682 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,18 +1,18 @@ -click==8.0.4 black==24.3.0 cachetools -flake8==5.0.4 +click==8.0.4 flake8-isort==6.0.0 +flake8==5.0.4 flynt~=0.69.0 +invoke==1.7.3 mock==4.0.3 packaging>=20.4 -pytest==7.2.0 -pytest-timeout==2.1.0 -pytest-asyncio>=0.20.2 -invoke==1.7.3 -pytest-cov>=4.0.0 -vulture>=2.3.0 +pytest +pytest-asyncio +pytest-cov +pytest-timeout ujson>=4.2.0 -wheel>=0.30.0 urllib3<2 uvloop +vulture>=2.3.0 +wheel>=0.30.0