Skip test of pip version

This commit is contained in:
Lumir Balhar 2020-10-22 14:43:34 +02:00
parent 134d5388a4
commit 8efb351294

View File

@ -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