File project.diff of Package python-httmock
--- python-httmock.spec.orig +++ python-httmock.spec @@ -53,8 +53,10 @@ You can use it to mock third-party APIs %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%if 0%{suse_version} > 1500 %check %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest discover +%endif %files %{python_files} %doc README.md