From 9795b5c1bc9621ef507490e551e1b7c5f6a3af7c Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Mon, 29 Apr 2024 13:28:26 +0200 Subject: [PATCH] Update test requirements --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9f827a5..a7c21a3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,4 @@ pytest pytest-asyncio pytest-cov pytest-repeat -uvloop +uvloop; python_implementation != "PyPy" and sys_platform != "win32"