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