From e2c9a89c66069408ae86c0584eacf0d26e9c0672 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Oct 08 2020 16:56:23 +0000 Subject: Change to pytest for 1.9.0 --- diff --git a/certbot.spec b/certbot.spec index a5c2b61..7b8b20c 100644 --- a/certbot.spec +++ b/certbot.spec @@ -253,7 +253,8 @@ cp -a setup.* README.rst tests build/lib/ (cd build/lib && %{__python2} setup.py test) %endif %if %{with python3} -%{__python3} setup.py test +#%{__python3} setup.py test +%{__python3} -m pytest %endif # Make sure the scripts use the expected python versions %if %{with python2}