re-enable tests
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
87361bf9af
commit
26c8810042
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 3.0.riscv64%{?dist}
|
Release: 3.1.riscv64%{?dist}
|
||||||
Summary: Fake Web Apps for HTTP Testing
|
Summary: Fake Web Apps for HTTP Testing
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,7 +33,7 @@ BuildRequires: R-glue
|
|||||||
BuildRequires: R-httpuv
|
BuildRequires: R-httpuv
|
||||||
BuildRequires: R-httr
|
BuildRequires: R-httr
|
||||||
BuildRequires: R-jsonlite
|
BuildRequires: R-jsonlite
|
||||||
#BuildRequires: R-testthat >= 3.0.0
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
BuildRequires: R-withr
|
BuildRequires: R-withr
|
||||||
BuildRequires: R-xml2
|
BuildRequires: R-xml2
|
||||||
BuildRequires: R-zip >= 2.3.0
|
BuildRequires: R-zip >= 2.3.0
|
||||||
@ -61,7 +61,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user