From 97bd0f276904534619d635383bc5035627c47163 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 9 Aug 2023 20:15:02 +1100 Subject: [PATCH] restrict testing with python-cov to cpython --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 10d5407..a041197 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -66,7 +66,7 @@ test: - pytest >=6.0 - pytest-asyncio >=0.17 - pytest-xdist >=1.31 - - pytest-cov + - pytest-cov # [python_impl == "cpython"] - boto3 - hypothesis - numpy