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
01c4b43009
commit
be823e52f2
@ -143,7 +143,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