From db43ba758a3059deb9995c0dbf4b39a26c820a8ae52bf8eb5fe862b5d7970877 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 16 Apr 2021 07:39:15 +0000 Subject: [PATCH] - allow tests to be disabled (still on by default) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=31 --- python-MarkupSafe.changes | 2 +- python-MarkupSafe.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index ff9ae04..aa075bb 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Apr 16 07:30:01 UTC 2021 - Dirk Müller -- temp disable testing to fix cycle with pytest +- allow tests to be disabled (still on by default) ------------------------------------------------------------------- Tue Mar 5 16:46:50 UTC 2019 - Tomáš Chvátal diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index 95d6376..0ac8eac 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -16,7 +16,7 @@ # -%bcond_with test +%bcond_without test %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-MarkupSafe