From 8efb351294297d0715a06d88c22c11528b5b66e1 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Oct 22 2020 12:43:34 +0000 Subject: Skip test of pip version --- diff --git a/micropipenv.spec b/micropipenv.spec index 8daf748..dd2d1e5 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -40,8 +40,8 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py %py3_install %check -# skipped tests requires internet -%pytest -m "not online" +# skipped tests requires internet or checks pip version +%pytest -m "not online" -k "not test_check_pip_version" %files %doc README.rst