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}