Disable lower bounds testing
This commit is contained in:
parent
64a97d1696
commit
2f7c8ea37d
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ rm -f %{buildroot}%{_bindir}/lower-bound-checker
|
|||
|
||||
%if %{with tests}
|
||||
%check
|
||||
%pytest
|
||||
# Lower bounds checking tests won't work since installing things via
|
||||
# pip is not going to work during RPM builds.
|
||||
%pytest --disable-warnings --ignore tests/unit/test_lower_bound_checker.py
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue