From 8736c81a323edc17f18b09998b3f12bd678e033f Mon Sep 17 00:00:00 2001 From: pcpa Date: Tue, 28 Jan 2014 16:05:45 -0200 Subject: [PATCH] Disable check because it randomly fails in koji build --- python-matplotlib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index a6bc91b..90c4213 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -6,7 +6,7 @@ %endif %global __provides_exclude_from .*/site-packages/.*\\.so$ %global with_html 1 -%global run_tests 1 +%global run_tests 0 # On RHEL 7 onwards, don't build with wx: %if 0%{?rhel} >= 7