Skip to content

Commit ae66fbf

Browse files
authored
Skip proxmox_pct_remote test if paramiko is not present. (#147)
1 parent 19ec406 commit ae66fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/plugins/connection/test_proxmox_pct_remote.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
from unittest.mock import patch, MagicMock, mock_open
2323

2424

25+
pytest.importorskip('paramiko')
26+
27+
2528
@pytest.fixture
2629
def connection():
2730
play_context = PlayContext()

0 commit comments

Comments
 (0)