From 2aa9f2e0a462c018bb97a6dadb2be32f3fc969bc Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 9 Jun 2020 07:54:30 -0600 Subject: [PATCH] Use run-tests.py to run tests --- python-greenlet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 9dcd706..5a5d11c 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -47,7 +47,7 @@ Python 3 version. %py3_install %check -%{__python3} setup.py test +%{__python3} run-tests.py %files -n python3-%{modname} %license LICENSE LICENSE.PSF