From 612d9c7a3f26bf1c01f2888af31e5c3fa48524613c13bfbdb56ae65eb259a868 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 5 Sep 2019 13:46:04 +0000 Subject: [PATCH] Accepting request 728513 from home:TheBlackCat:branches:devel:languages:python Set pytest maximum version. OBS-URL: https://build.opensuse.org/request/show/728513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=9 --- python-blessed.changes | 5 +++++ python-blessed.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-blessed.changes b/python-blessed.changes index 996c9a2..3512aad 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 13:40:10 UTC 2019 - Todd R + +- Set pytest maximum version. + ------------------------------------------------------------------- Wed Mar 6 13:51:18 UTC 2019 - Tomáš Chvátal diff --git a/python-blessed.spec b/python-blessed.spec index a84fc77..f5aaa3c 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -29,7 +29,7 @@ BuildRequires: %{python_module curses} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module wcwidth >= 0.1.4}