From dd30fdb54fd3ba81a6de05a34853c0694064c6be03162d1d73e7b8466bce3515 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 8 Jan 2020 09:36:18 +0000 Subject: [PATCH] - Switch off test_uri_value_allowed_protocols test to work around gh#mozilla/bleach#503. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=28 --- python-bleach.changes | 6 ++++++ python-bleach.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-bleach.changes b/python-bleach.changes index 0058eb7..cf73707 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 8 10:35:41 CET 2020 - Matej Cepl + +- Switch off test_uri_value_allowed_protocols test to work around + gh#mozilla/bleach#503. + ------------------------------------------------------------------- Fri Jul 19 12:02:58 UTC 2019 - Tomáš Chvátal diff --git a/python-bleach.spec b/python-bleach.spec index 9a48cbe..5ee41cd 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -1,7 +1,7 @@ # # spec file for package python-bleach # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -67,7 +67,8 @@ rm -rf bleach/_vendor %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# gh#mozilla/bleach#503 +%pytest -k 'not test_uri_value_allowed_protocols' %files %{python_files} %license LICENSE