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:
parent
f88c2b8ac5
commit
22e096f911
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue