Dirk Mueller 2021-11-26 14:08:59 +00:00 committed by Git OBS Bridge
parent 55211d8971
commit 6f1ef27a93

View File

@ -55,6 +55,8 @@ BuildRequires: gpg2
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-fixtures >= 3.0.0 BuildRequires: python3-fixtures >= 3.0.0
BuildRequires: python3-pep517
BuildRequires: python3-pip
BuildRequires: python3-six >= 1.12.0 BuildRequires: python3-six >= 1.12.0
BuildRequires: python3-stestr >= 2.1.0 BuildRequires: python3-stestr >= 2.1.0
BuildRequires: python3-testrepository >= 0.0.18 BuildRequires: python3-testrepository >= 0.0.18
@ -84,7 +86,7 @@ sed -i '/coverage/d;/hacking/d' test-requirements.txt
%if %{with test} %if %{with test}
%check %check
export OS_TEST_TIMEOUT=60 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 %endif
%if !%{with test} %if !%{with test}