Remove tox

This commit is contained in:
2026-02-02 10:45:57 +08:00
parent b5ae6c3c49
commit f2d6c238ad
+1 -1
View File
@@ -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