Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-oidc-provider for
openSUSE:Factory checked in at 2024-11-12 19:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-oidc-provider (Old)
and /work/SRC/openSUSE:Factory/.python-django-oidc-provider.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-oidc-provider"
Tue Nov 12 19:21:55 2024 rev:5 rq:1223458 version:0.8.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-oidc-provider/python-django-oidc-provider.changes
2024-02-11 15:46:23.140425686 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-oidc-provider.new.2017/python-django-oidc-provider.changes
2024-11-12 19:22:49.707003345 +0100
@@ -1,0 +2,5 @@
+Fri Nov 8 12:47:20 UTC 2024 - Markéta Machová <[email protected]>
+
+- Skip more failing tests, issue is known to upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-oidc-provider.spec ++++++
--- /var/tmp/diff_new_pack.16DAvP/_old 2024-11-12 19:22:50.167022548 +0100
+++ /var/tmp/diff_new_pack.16DAvP/_new 2024-11-12 19:22:50.167022548 +0100
@@ -54,8 +54,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# gh#juanifioren/django-oidc-provider#400
-%pytest -k 'not test_makemigrations_output'
+# test_makemigrations_output gh#juanifioren/django-oidc-provider#400
+# test_redirects_when_aud* gh#juanifioren/django-oidc-provider#416
+%pytest -k 'not (test_makemigrations_output or test_redirects_when_aud)'
%files %{python_files}
%doc README.md