From 33da65231a2b17840a44c1aa072a93c1c81e82fd Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Fri, 18 Oct 2024 19:20:51 +0200 Subject: [PATCH] Pin pytest-profiling See https://github.com/man-group/pytest-plugins/issues/242 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 37a107d16d..adfa99e80c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -9,7 +9,7 @@ packaging>=20.4 pytest pytest-asyncio>=0.23.0,<0.24.0 pytest-cov -pytest-profiling +pytest-profiling==1.7.0 pytest-timeout ujson>=4.2.0 uvloop