diff --git a/python-rawkit.changes b/python-rawkit.changes index 0607f49..86932d6 100644 --- a/python-rawkit.changes +++ b/python-rawkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 21 14:39:55 UTC 2019 - Tomáš Chvátal + +- Fix test run + ------------------------------------------------------------------- Wed Aug 29 11:59:54 UTC 2018 - tchvatal@suse.com diff --git a/python-rawkit.spec b/python-rawkit.spec index c2447b1..be7cb69 100644 --- a/python-rawkit.spec +++ b/python-rawkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-rawkit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -47,10 +47,10 @@ binding for Python inspired by the Wand API. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python %{_bindir}/py.test -v tests +%pytest %files %{python_files} %license LICENSE