limit tests in %check to unittests
this commit limits the tests run in %check to tests/unittests, which is the same behavior configured in cloud-init's tox.ini
This commit is contained in:
parent
9b2404bdcb
commit
7517444746
@ -131,7 +131,7 @@ cp -p tools/21-cloudinit.conf $RPM_BUILD_ROOT/%{_sysconfdir}/rsyslog.d/21-cloudi
|
||||
|
||||
|
||||
%check
|
||||
nosetests-%{python3_version}
|
||||
nosetests-%{python3_version} tests/unittests/
|
||||
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user