From b04f6d196cc0c9d1701658bd81a97b2b7960210a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 31 Mar 2019 09:41:19 +0200 Subject: [PATCH] Use pytest Signed-off-by: Igor Gnatenko --- python-pkgconfig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 4012c92..4f772c9 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -83,8 +83,8 @@ Python 3 version. %py3_install %check -%{__python2} setup.py test -%{__python3} setup.py test +py.test-%{python2_version} -v +py.test-%{python3_version} -v %files -n python2-%{srcname} %license LICENSE