15
0

Accepting request 1061127 from devel:languages:python

- Fix tests forcing terminal colors before running tests

OBS-URL: https://build.opensuse.org/request/show/1061127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DataProperty?expand=0&rev=9
This commit is contained in:
2023-01-26 12:58:56 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 26 07:54:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Fix tests forcing terminal colors before running tests
-------------------------------------------------------------------
Tue Aug 2 12:21:17 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-DataProperty
#
# 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
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-DataProperty
Version: 0.55.0
@@ -56,6 +55,8 @@ Python library for extract property from data.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Required by termcolor to have colors in the tests
export FORCE_COLOR=1
%pytest
%files %{python_files}