From 9b2c889c77caba6124fb59ce3a6bc526ed950478c50835f71a2478cb65f4a2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Aug 2018 13:59:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ua-parser?expand=0&rev=3 --- python-ua-parser.changes | 1 - python-ua-parser.spec | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-ua-parser.changes b/python-ua-parser.changes index a8af6b5..ad264a5 100644 --- a/python-ua-parser.changes +++ b/python-ua-parser.changes @@ -1,7 +1,6 @@ ------------------------------------------------------------------- Wed Aug 1 13:54:24 UTC 2018 - tchvatal@suse.com -- Run the tests - Remove pointless devel dependency ------------------------------------------------------------------- diff --git a/python-ua-parser.spec b/python-ua-parser.spec index 708b903..96a018a 100644 --- a/python-ua-parser.spec +++ b/python-ua-parser.spec @@ -48,7 +48,8 @@ https://github.com/tobie/ua-parser) %python_expand %fdupes -s %{buildroot}/%{$python_sitelib} %check -%python_exec ua_parser/user_agent_parser_test.py +# Tests lack fixtures in the released tarball +#%%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python ua_parser/user_agent_parser_test.py %files %{python_files} %{python_sitelib}/*