Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-pyscss for
openSUSE:Factory checked in at 2021-10-15 23:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-pyscss (Old)
and /work/SRC/openSUSE:Factory/.python-django-pyscss.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-pyscss"
Fri Oct 15 23:03:44 2021 rev:5 rq:925213 version:2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-pyscss/python-django-pyscss.changes
2020-04-28 22:32:27.573763742 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-pyscss.new.1890/python-django-pyscss.changes
2021-10-15 23:04:02.094100513 +0200
@@ -1,0 +2,5 @@
+Thu Oct 14 08:36:21 UTC 2021 - [email protected]
+
+- %check: do not use setup.py test
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-pyscss.spec ++++++
--- /var/tmp/diff_new_pack.lSmtC6/_old 2021-10-15 23:04:02.758100987 +0200
+++ /var/tmp/diff_new_pack.lSmtC6/_new 2021-10-15 23:04:02.762100990 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-pyscss
#
-# 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
@@ -83,7 +83,8 @@
%check
# Tests crash python interpreter gh#Kronuz/pyScss#378 on python2
-%python_exec setup.py test -v
+export DJANGO_SETTINGS_MODULE=testproject.testproject.settings
+%python_exec -m django test -v 2
%files %{python_files}
%doc README.rst