1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Changes skip test for bigip user (#24799)

All of the F5 Ansible modules will come to require the same major
dependencies over time. This mentions that.
This commit is contained in:
Tim Rupp 2017-05-18 22:33:05 -07:00 committed by Matt Davis
parent f88c2b8ac5
commit 22e096f911

View file

@ -25,7 +25,7 @@ import pytest
if sys.version_info < (2, 7):
from nose.plugins.skip import SkipTest
raise SkipTest("test_bigip_user.py requires Python >= 2.7")
raise SkipTest("F5 Ansible modules require Python >= 2.7")
import os
import json