Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2026-02-21 21:01:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Sat Feb 21 21:01:35 2026 rev:145 rq:1334170 version:5.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2026-02-06 21:30:01.517405303 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new.1977/python-Django.changes    
2026-02-21 21:02:34.838415101 +0100
@@ -1,0 +2,5 @@
+Fri Feb 20 11:45:55 UTC 2026 - Markéta Machová <[email protected]>
+
+- Add skip-flaky-tests.patch to skip tests which randomly fail
+
+-------------------------------------------------------------------

New:
----
  skip-flaky-tests.patch

----------(New B)----------
  New:
- Add skip-flaky-tests.patch to skip tests which randomly fail
----------(New E)----------

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

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.4FG0cM/_old  2026-02-21 21:02:36.378478226 +0100
+++ /var/tmp/diff_new_pack.4FG0cM/_new  2026-02-21 21:02:36.382478390 +0100
@@ -40,6 +40,8 @@
 # PATCH-FIX-UPSTREAM https://github.com/django/django/pull/19639 Fixed #36499 
-- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following 
Python's HTMLParser new behavior.
 # fixed and refined upstream, but some of our interpreters weren't updated to 
a new version yet and still only carry the patch, so providing the 
non-conditional version
 Patch2:         test_strip_tags.patch
+# PATCH-FIX-OPENSUSE skip-flaky-tests.patch skip tests which are erratic on OBS
+Patch3:         skip-flaky-tests.patch
 BuildRequires:  %{python_module Jinja2 >= 2.9.2}
 BuildRequires:  %{python_module Pillow >= 6.2.0}
 BuildRequires:  %{python_module PyYAML}


++++++ skip-flaky-tests.patch ++++++
Index: django-5.2.11/tests/serializers/test_deserialization.py
===================================================================
--- django-5.2.11.orig/tests/serializers/test_deserialization.py
+++ django-5.2.11/tests/serializers/test_deserialization.py
@@ -138,6 +138,7 @@ class TestDeserializer(SimpleTestCase):
         self.assertEqual(first_item.object, self.jane)
         self.assertEqual(second_item.object, self.joe)
 
+    @unittest.skip("flaky by design, OBS makes it even worse")
     def test_crafted_xml_performance(self):
         """The time to process invalid inputs is not quadratic."""
 

Reply via email to