From dfa8ef752736c36f6632fc79a7bf5fb92a55d703 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Wed, 28 May 2014 10:46:48 +0200 Subject: [PATCH] temporarily disable py3 tests during build. the py3 rawhide rebase has a broken unittest.mock. --- dnf.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnf.spec b/dnf.spec index b79e292..960ac10 100644 --- a/dnf.spec +++ b/dnf.spec @@ -94,9 +94,9 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/log/%{name}.log %check make ARGS="-V" test -pushd py3 -make ARGS="-V" test -popd +#pushd py3 +#make ARGS="-V" test +#popd %files -f %{name}.lang %doc AUTHORS README.rst COPYING PACKAGE-LICENSING