Hello community,

here is the log from the commit of package python-django-invitations for 
openSUSE:Factory checked in at 2019-09-17 13:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-invitations (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-invitations.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-invitations"

Tue Sep 17 13:39:15 2019 rev:2 rq:731306 version:1.9.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-invitations/python-django-invitations.changes
      2019-03-06 15:47:43.552445431 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-invitations.new.7948/python-django-invitations.changes
    2019-09-17 13:39:17.993824771 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 14:16:07 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip one failing test which is caused by django-pytest
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-invitations.spec ++++++
--- /var/tmp/diff_new_pack.FsTwuL/_old  2019-09-17 13:39:18.693824659 +0200
+++ /var/tmp/diff_new_pack.FsTwuL/_new  2019-09-17 13:39:18.693824659 +0200
@@ -57,8 +57,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests/basic/tests.py --ds=test_settings
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests/allauth/test_allauth.py 
--ds=test_allauth_settings
+# test_auth https://github.com/pytest-dev/pytest-django/issues/341
+%pytest tests/basic/tests.py --ds=test_settings -k 'not test_auth'
+%pytest tests/allauth/test_allauth.py --ds=test_allauth_settings
 
 %files %{python_files}
 %license LICENSE


Reply via email to