Skip test of pip version
This commit is contained in:
parent
134d5388a4
commit
8efb351294
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user