From 5dfc1e520259ea6e391979b559db7f1242ac74cf Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 6 Mar 2022 16:40:50 -0800 Subject: [PATCH] Disable checks on EPEL, since there are too many missing BRs Signed-off-by: Michel Alexandre Salim --- python-tomli-w.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 9a69b31..d53fde5 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,4 +1,9 @@ +%if 0%{?rhel} +# many missing test dependencies that we don't want to maintain +%bcond_with check +%else %bcond_without check +%endif Name: python-tomli-w Version: 0.4.0