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
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skipped tests requires internet
|
# skipped tests requires internet or checks pip version
|
||||||
%pytest -m "not online"
|
%pytest -m "not online" -k "not test_check_pip_version"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user