From eb5cb0f6804c2f7a96bd5e1d6bd0757a2c23cdd1 Mon Sep 17 00:00:00 2001 From: Alexander Manning Date: Tue, 25 May 2021 11:38:47 +0100 Subject: [PATCH] Tests --- python-ijson/python-ijson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ijson/python-ijson.spec b/python-ijson/python-ijson.spec index fd068da..7d0ca49 100644 --- a/python-ijson/python-ijson.spec +++ b/python-ijson/python-ijson.spec @@ -14,6 +14,8 @@ BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: yajl-devel +BuildRequires: python3-cffi +BuildRequires: python3-pytest-cov %description .. image:: @@ -37,7 +39,8 @@ rm -rf %{pypi_name}.egg-info %install %py3_install -#check +%check +tox -e py3 #{__python3} setup.py test %files -n python3-%{pypi_name}