Hello community,
here is the log from the commit of package python-django-health-check for
openSUSE:Factory checked in at 2020-09-03 01:17:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-health-check (Old)
and /work/SRC/openSUSE:Factory/.python-django-health-check.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-health-check"
Thu Sep 3 01:17:40 2020 rev:4 rq:831412 version:3.12.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-health-check/python-django-health-check.changes
2020-02-20 14:59:11.446736661 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-health-check.new.3399/python-django-health-check.changes
2020-09-03 01:18:29.632566303 +0200
@@ -1,0 +2,5 @@
+Wed Sep 2 09:18:12 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Fix test execution
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-health-check.spec ++++++
--- /var/tmp/diff_new_pack.2SQJNo/_old 2020-09-03 01:18:30.244566528 +0200
+++ /var/tmp/diff_new_pack.2SQJNo/_new 2020-09-03 01:18:30.248566529 +0200
@@ -56,6 +56,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+PYTHONPATH=.
export DJANGO_SETTINGS_MODULE=tests.testapp.settings
%pytest