Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-attachments for
openSUSE:Factory checked in at 2021-04-06 17:31:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-attachments (Old)
and /work/SRC/openSUSE:Factory/.python-django-attachments.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-attachments"
Tue Apr 6 17:31:18 2021 rev:2 rq:883275 version:1.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-attachments/python-django-attachments.changes
2020-10-06 17:16:17.881794964 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-attachments.new.2401/python-django-attachments.changes
2021-04-06 17:32:55.167336705 +0200
@@ -1,0 +2,5 @@
+Tue Apr 6 11:09:29 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- Normalize pytest settings
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-attachments.spec ++++++
--- /var/tmp/diff_new_pack.BENKrA/_old 2021-04-06 17:32:55.811337434 +0200
+++ /var/tmp/diff_new_pack.BENKrA/_new 2021-04-06 17:32:55.815337438 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-attachments
#
-# 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
@@ -56,7 +56,9 @@
}
%check
-%python_expand $python -m pytest -v --ds=attachments.tests.testapp.settings
+export DJANGO_SETTINGS_MODULE=attachments.tests.testapp.settings
+PYTHONPATH=.
+%pytest
%files %{python_files}
%doc CHANGELOG.rst README.rst