From 6f6ababb3759fa3fff76ddea0dabc8969fb660c2599ee0ffaa1e643306fcaff3 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 10 Jan 2022 23:23:04 +0000 Subject: [PATCH] Accepting request 945450 from home:bnavigator:branches:devel:languages:python - Force pytest >= 5 for successful 15.3 build in d:l:p OBS-URL: https://build.opensuse.org/request/show/945450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=90 --- python-jedi.changes | 5 +++++ python-jedi.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jedi.changes b/python-jedi.changes index 7674d43..459b46c 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 10 23:17:12 UTC 2022 - Benjamin Greiner + +- Force pytest >= 5 for successful 15.3 build in d:l:p + ------------------------------------------------------------------- Fri Dec 10 20:53:13 UTC 2021 - Ben Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 2afafa4..90ecde7 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -28,7 +28,7 @@ URL: https://github.com/davidhalter/jedi Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: %{python_module parso >= 0.8.0} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: fdupes