From 5ae025908a2e5285bbacb1c64725753b392608d4f77363470d293fd41ab9bd22 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 10 Jan 2023 06:34:30 +0000 Subject: [PATCH] Drop invocations from BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=19 --- python-pytest-relaxed.changes | 2 +- python-pytest-relaxed.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/python-pytest-relaxed.changes b/python-pytest-relaxed.changes index c0fba4f..08b2231 100644 --- a/python-pytest-relaxed.changes +++ b/python-pytest-relaxed.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Jan 5 03:25:46 UTC 2023 - Steve Kowalik +Tue Jan 10 06:33:49 UTC 2023 - Steve Kowalik - Update to 2.0.0: * Prior to version 2, we failed to correctly support true Pytest diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec index 3ba0316..0ab0e4d 100644 --- a/python-pytest-relaxed.spec +++ b/python-pytest-relaxed.spec @@ -24,7 +24,6 @@ License: BSD-2-Clause URL: https://github.com/bitprophet/pytest-relaxed Source: https://files.pythonhosted.org/packages/source/p/pytest-relaxed/pytest-relaxed-%{version}.tar.gz BuildRequires: %{python_module decorator >= 4} -BuildRequires: %{python_module invocations >= 3} BuildRequires: %{python_module invoke >= 1.7} BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module setuptools}