From 4c4d4afd2b31b5c36a2d5e22419bcbf584265a17 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Mon, 21 Oct 2024 09:31:12 +0200 Subject: [PATCH] Pin pytest-profiling (#3417) 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