diff --git a/python-cffi.spec b/python-cffi.spec index 9e8c032..7a47e2b 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -47,6 +47,10 @@ Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptool %py2_install %py3_install +#%check +#PYTHONPATH=%{buildroot}%{python2_sitearch} %{__python2} -m pytest c/ testing/ +#PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ + %files -n python2-%{_name} %defattr(-,root,root) %doc LICENSE AUTHORS