BR python3dist(hypothesis) to enable more tests
This commit is contained in:
parent
1c9c5b578c
commit
8ad4063e3d
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ BuildArch: noarch
|
|||
BuildRequires: python3-devel
|
||||
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3dist(pytest)
|
||||
# Optional; enables additional tests (see test.py)
|
||||
BuildRequires: python3dist(hypothesis)
|
||||
%endif
|
||||
|
||||
%if %{with doc_pdf}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue