From 766490a1b6214a849166c908e1280bcdb8bc52ecccb8830995d44b417b0391cd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Apr 2022 07:49:14 +0000 Subject: [PATCH] Accepting request 970065 from home:huizhizhao:soliddriver-checks-deps - Ignore python3.6.2 for test since it doesn't support it. OBS-URL: https://build.opensuse.org/request/show/970065 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=35 --- python-rich.changes | 5 +++++ python-rich.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-rich.changes b/python-rich.changes index 25f3e52..b4e2c19 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 14 07:17:44 UTC 2022 - Hui-Zhi Zhao + +- Ignore python3.6.2 for test since it doesn't support it. + ------------------------------------------------------------------- Fri Jan 14 20:08:47 UTC 2022 - Ben Greiner diff --git a/python-rich.spec b/python-rich.spec index cbf084f..bb3fca5 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -19,6 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 + Name: python-rich Version: 11.0.0 Release: 0 @@ -67,7 +68,9 @@ markdown and more to the terminal. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +%if "%{python_flavor}" >= "python362" %pytest -k 'not test_log' +%endif %files %{python_files} %license LICENSE