From b805fdec22add07b2d561acdc7fa6810383e2c04343246414b955a9869dfe1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 May 2020 07:07:05 +0000 Subject: [PATCH] - Do not restrict pytest 5 as we work with it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=19 --- python-Arpeggio.changes | 5 +++++ python-Arpeggio.spec | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-Arpeggio.changes b/python-Arpeggio.changes index 70562c5..1ea11ba 100644 --- a/python-Arpeggio.changes +++ b/python-Arpeggio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 6 07:06:42 UTC 2020 - Tomáš Chvátal + +- Do not restrict pytest 5 as we work with it + ------------------------------------------------------------------- Thu Jan 2 07:31:39 UTC 2020 - Tomáš Chvátal diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index 7cb5ffe..558bebb 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -22,12 +22,9 @@ Version: 1.9.2 Release: 0 Summary: Packrat parser interpreter License: MIT -Group: Development/Languages/Python URL: https://github.com/textX/Arpeggio/ Source: https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# https://github.com/textX/Arpeggio/issues/57 -BuildRequires: %{python_module pytest < 5.0} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +40,7 @@ Arpeggio) see textX %prep %setup -q -n Arpeggio-%{version} -%autopatch -p1 +sed -i -e '/pytest-runner/d' setup.py %build %python_build