From 75174447460ae654d0074fffcbdbe4d784cc69a1 Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Jan 20 2017 22:02:44 +0000 Subject: 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 --- diff --git a/cloud-init.spec b/cloud-init.spec index 2d3fdc9..54da458 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -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