Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-extensions for
openSUSE:Factory checked in at 2025-02-24 15:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extensions (Old)
and /work/SRC/openSUSE:Factory/.python-django-extensions.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extensions"
Mon Feb 24 15:51:22 2025 rev:20 rq:1248129 version:3.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-extensions/python-django-extensions.changes
2024-12-16 19:18:03.492757344 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-extensions.new.1873/python-django-extensions.changes
2025-02-24 15:51:54.839146236 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 12:27:11 UTC 2025 - Daniel Garcia <[email protected]>
+
+- Skip failing test with latest pygments
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-extensions.spec ++++++
--- /var/tmp/diff_new_pack.48aEyB/_old 2025-02-24 15:51:55.387169136 +0100
+++ /var/tmp/diff_new_pack.48aEyB/_new 2025-02-24 15:51:55.387169136 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-extensions
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -102,6 +102,9 @@
# many DumpScriptTests fail with pytest 8
https://github.com/django-extensions/django-extensions/issues/1877
skips="$skips or DumpScriptTests"
+# skip failing test with latest pygments, related to
https://github.com/django-extensions/django-extensions/pull/1797
+skips="$skips or test_should_highlight_python_syntax_with_name"
+
# test_export_emails, test_set_fake_emails and test_set_fake_emails fail in
setup due to missing fixtures in sdist
%pytest -rs -v -k "not ($skips)" --ignore
tests/management/commands/test_set_fake_passwords.py --ignore
tests/management/commands/test_set_fake_emails.py --ignore
tests/management/commands/test_export_emails.py