File project.diff of Package python-falcon
--- python-falcon.changes.orig
+++ python-falcon.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Feb 27 17:19:22 UTC 2018 - aplanas@suse.com
+
+- Suggests only for SUSE
+- Disable the checks in non SUSE
+
+-------------------------------------------------------------------
Fri Aug 25 15:38:18 UTC 2017 - jengelh@inai.de
- Remove filler words from descriptions.
--- python-falcon.spec.orig
+++ python-falcon.spec
@@ -90,8 +90,10 @@ popd
%python_clone -a %{buildroot}%{_bindir}/falcon-print-routes
%{python_expand %fdupes %{buildroot}%{$python_sitelib}/falcon/}
+%if 0%{?suse_version}
%check
%{python_exec setup.py -q test}
+%endif
%post
%{python_install_alternative falcon-bench falcon-print-routes}