From 5f8ccbbffad16ca18aa755f029a08d943f521392 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jan 2017 23:04:44 +0100 Subject: [PATCH] run tests Signed-off-by: Igor Gnatenko --- python-argcomplete.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 7c68ec2..02de477 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,7 +1,7 @@ %global modname argcomplete # Currently it's broken: https://github.com/kislyuk/argcomplete/issues/174 -%bcond_with check +%bcond_without check Name: python-%{modname} Summary: Bash tab completion for argparse @@ -63,6 +63,8 @@ Python 3 version. %prep %autosetup -n %{modname}-%{version} +# Remove useless BRs +sed -i -r -e '/tests_require = /s/"(coverage|flake8|wheel)"[, ]*//g' setup.py %build %py2_build