Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-easy-thumbnails for openSUSE:Factory checked in at 2021-10-15 23:03:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-easy-thumbnails (Old) and /work/SRC/openSUSE:Factory/.python-easy-thumbnails.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-easy-thumbnails" Fri Oct 15 23:03:43 2021 rev:2 rq:925211 version:2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-easy-thumbnails/python-easy-thumbnails.changes 2020-03-31 17:17:30.311713709 +0200 +++ /work/SRC/openSUSE:Factory/.python-easy-thumbnails.new.1890/python-easy-thumbnails.changes 2021-10-15 23:04:01.162099849 +0200 @@ -1,0 +2,5 @@ +Thu Oct 14 08:18:24 UTC 2021 - pgaj...@suse.com + +- %check: do not use setup.py test + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-easy-thumbnails.spec ++++++ --- /var/tmp/diff_new_pack.AiA6M4/_old 2021-10-15 23:04:01.954100414 +0200 +++ /var/tmp/diff_new_pack.AiA6M4/_new 2021-10-15 23:04:01.958100416 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-easy-thumbnails # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +# this runs 119 tests, which pyunittest or pytest won't make +export DJANGO_SETTINGS_MODULE='easy_thumbnails.tests.settings' +export PYTHONPATH=${PWD} +%python_exec -m django test -v 2 %files %{python_files} %doc CHANGES.rst README.rst