From 4455468a95d7ee2586f21125038e2c5f1bb0d2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Thu, 2 May 2024 16:02:30 +0300 Subject: [PATCH] Just install it everywhere (cython coverage plugin loading seems to be strict now). --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc8bf02..b874122 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = pytest pytest-benchmark cover: pytest-cov - {py38,py39,py310,py311,py312}: cython==3.0.10 + cython==3.0.10 manhole process-tests setuptools-scm