From a5e4deca4f91ff2a82fe41734f0dba24f60cb5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 17 Jan 2019 23:33:04 +0100 Subject: [PATCH] We must be explicit about the version of Python in %check. --- python-prettytable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index e9c3d25..2dd43d1 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -78,7 +78,7 @@ popd %check export LANG=en_GB.utf8 -%{__python} %{modname}_test.py +%{__python2} %{modname}_test.py %if 0%{?with_python3} pushd %{py3dir}