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:
Lars Kellogg-Stedman 2017-01-20 17:02:44 -05:00 committed by Garrett Holmstrom
parent 01c4b43009
commit be823e52f2

View File

@ -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