From f2d6c238ad5fca5db90cba059beaee5f7c28cb32 Mon Sep 17 00:00:00 2001 From: Sakura286 Date: Mon, 2 Feb 2026 10:45:57 +0800 Subject: [PATCH] Remove tox --- python-lz4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lz4.spec b/python-lz4.spec index f218eda..208f01c 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -47,7 +47,7 @@ Provides: python3-%{srcname} %prep -a sed -i -e '/pytest-cov/d' setup.py -%if %{without test} +%if %{with test} sed -i -e 's/--cov=lz4\/block --cov=lz4\/frame//' tox.ini %endif