From 6f1ef27a933b47f9afbab2f11d7ec0dfc2052d47233af91e88db52a780c11d64 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Nov 2021 14:08:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=138 --- python-pbr.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pbr.spec b/python-pbr.spec index 05c2170..c588721 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -55,6 +55,8 @@ BuildRequires: gpg2 BuildRequires: python3-Sphinx BuildRequires: python3-devel BuildRequires: python3-fixtures >= 3.0.0 +BuildRequires: python3-pep517 +BuildRequires: python3-pip BuildRequires: python3-six >= 1.12.0 BuildRequires: python3-stestr >= 2.1.0 BuildRequires: python3-testrepository >= 0.0.18 @@ -84,7 +86,7 @@ sed -i '/coverage/d;/hacking/d' test-requirements.txt %if %{with test} %check export OS_TEST_TIMEOUT=60 -python3 -m stestr run --suppress-attachments +python3 -m stestr run --suppress-attachments --exclude-regex '(pbr.tests.test_packaging.TestPEP517Support|pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing)' %endif %if !%{with test}