- 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
This commit is contained in:
Dirk Mueller 2021-04-16 07:39:15 +00:00 committed by Git OBS Bridge
parent fdb169de9c
commit db43ba758a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Apr 16 07:30:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -16,7 +16,7 @@
#
%bcond_with test
%bcond_without test
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-MarkupSafe