From 6dc6d653e91be076674ffdde69d59b61deb8b97b Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Tue, 18 Feb 2014 13:42:20 +0100 Subject: [PATCH] Disable tests by default --- python-libcloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-libcloud.spec b/python-libcloud.spec index f4376d0..c955c07 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_with tests # do not perform "make test" (they use network) %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module -- 2.44.0