From 8b1469d39b1af81aa7eb9548f16d4a014f109efd Mon Sep 17 00:00:00 2001 From: Gabriel Erzse Date: Mon, 8 Jul 2024 14:04:32 +0300 Subject: [PATCH] Remove line profiler, it does not play well with PyPy --- dev_requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 1efe6156a1..b687bdf1e2 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -10,7 +10,6 @@ packaging>=20.4 pytest pytest-asyncio pytest-cov -pytest-line-profiler pytest-profiling pytest-timeout ujson>=4.2.0