15
0

Accepting request 1287016 from home:benoit_monin:branches:devel:languages:python

update to version 3.8.2

OBS-URL: https://build.opensuse.org/request/show/1287016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=103
This commit is contained in:
2025-06-20 09:35:54 +00:00
committed by Git OBS Bridge
commit eaf8707cae
9 changed files with 735 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
tests/test_legacy.py | 1 +
1 file changed, 1 insertion(+)
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -28,6 +28,7 @@ warnings.simplefilter('error')
# Except for the warnings that shouldn't
warnings.filterwarnings('default', category=PendingDeprecationWarning)
warnings.filterwarnings('default', category=DeprecationWarning, module='markdown')
+warnings.filterwarnings('default', category=DeprecationWarning, module='yaml')
parent_test_dir = os.path.abspath(os.path.dirname(__file__))