From fe651559504b9ee61b96e9ed6955fe8a9b0577dd9fdcf4d92984a18f8299fb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 14:10:56 +0000 Subject: [PATCH] - Test only with pytest 3, newer releases not compatible OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=9 --- python-django-crispy-forms.changes | 5 +++++ python-django-crispy-forms.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-django-crispy-forms.changes b/python-django-crispy-forms.changes index 2192eba..7990b17 100644 --- a/python-django-crispy-forms.changes +++ b/python-django-crispy-forms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 16 14:10:41 UTC 2019 - Tomáš Chvátal + +- Test only with pytest 3, newer releases not compatible + ------------------------------------------------------------------- Fri May 31 07:44:09 UTC 2019 - Tomáš Chvátal diff --git a/python-django-crispy-forms.spec b/python-django-crispy-forms.spec index 8352fbf..87b0449 100644 --- a/python-django-crispy-forms.spec +++ b/python-django-crispy-forms.spec @@ -29,8 +29,8 @@ Source: https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{m Patch0: django-20.patch Patch1: django-21.patch BuildRequires: %{python_module Django} +BuildRequires: %{python_module pytest < 4.0} BuildRequires: %{python_module pytest-django} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros