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}/*