From 331f1767a882c4b2ddcee4da999b771e9dd0963e90a778b2521c9a73345e0ea7 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 27 Aug 2020 11:06:22 +0000 Subject: [PATCH] Accepting request 829963 from home:bnavigator:branches:jedi - Exclude pytest 6 gh#davidhalter/jedi#1660 OBS-URL: https://build.opensuse.org/request/show/829963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=75 --- python-jedi.changes | 5 +++++ python-jedi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jedi.changes b/python-jedi.changes index ef2bc1c..a948f19 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 11:04:42 UTC 2020 - Benjamin Greiner + +- Exclude pytest 6 gh#davidhalter/jedi#1660 + ------------------------------------------------------------------- Fri Jul 17 21:43:14 UTC 2020 - Benjamin Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 560b6cd..e9d860e 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -27,7 +27,8 @@ 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.7.0} -BuildRequires: %{python_module pytest} +# need pytest 5 https://github.com/davidhalter/jedi/issues/1660 +BuildRequires: %{python_module pytest < 6.0.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: fdupes