mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 20:03:49 +00:00
Disable Python2 unit tests on Fedora
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
ad2a8bfd29
commit
c183fff523
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
- name: Run python2 unit tests
|
||||
command: python2 /tmp/test-unit-1/test_network_connections.py --verbose
|
||||
when: python2_available is succeeded
|
||||
when: python2_available is succeeded and ansible_distribution != 'Fedora'
|
||||
register: python2_result
|
||||
|
||||
- name: Check if python3 is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue