Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-djangorestframework for
openSUSE:Factory checked in at 2023-01-26 13:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djangorestframework (Old)
and /work/SRC/openSUSE:Factory/.python-djangorestframework.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djangorestframework"
Thu Jan 26 13:58:49 2023 rev:18 rq:1061103 version:3.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
2022-09-25 15:35:58.435719877 +0200
+++
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.32243/python-djangorestframework.changes
2023-01-26 14:07:49.171399941 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 02:27:22 UTC 2023 - John Vandenberg <[email protected]>
+
+- Skip two tests failing upstream with latest Markdown.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-djangorestframework.spec ++++++
--- /var/tmp/diff_new_pack.5hqaaI/_old 2023-01-26 14:07:50.039405054 +0100
+++ /var/tmp/diff_new_pack.5hqaaI/_new 2023-01-26 14:07:50.043405078 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-djangorestframework
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -87,7 +87,9 @@
%check
%if %{with test}
-%pytest -rs -vv
+# Two tests failing due to incompatible output of Markdown 3.4 vs 3.3 pinned
upstream
+# https://github.com/encode/django-rest-framework/discussions/7980
+%pytest -rs -vv -k 'not ((TestViewNamesAndDescriptions and test_markdown) or
(TestDocumentationRenderer and test_shell_code_example_rendering))'
%endif
%if !%{with test}