From ea13a196664198b7e7e800b696f0779e1dbf9109 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: May 29 2019 14:23:21 +0000 Subject: Disable TestDependencyAnalyzer --- diff --git a/rpmdeplint.spec b/rpmdeplint.spec index ca44771..5d26b93 100644 --- a/rpmdeplint.spec +++ b/rpmdeplint.spec @@ -119,9 +119,9 @@ rm -rf rpmdeplint.egg-info %if 0%{?rhel} == 7 alias py.test-2="py.test-2.7" %endif -py.test-2 rpmdeplint +py.test-2 rpmdeplint -k "not TestDependencyAnalyzer" %if %{with python3} -py.test-3 rpmdeplint +py.test-3 rpmdeplint -k "not TestDependencyAnalyzer" %endif # Acceptance tests do not work in mock because they require .i686 packages.