File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
from ansible_dev_environment .utils import TermFeatures , subprocess_run
15
15
16
16
17
- @pytest .mark .skipif (sys .version_info > (3 , 12 ), reason = "pylibssh issues 3.13" )
17
+ @pytest .mark .skipif (
18
+ sys .version_info > (3 , 12 ),
19
+ reason = "pylibssh issues 3.13, https://github.com/ansible/pylibssh/issues/699" ,
20
+ )
18
21
def test_venv (
19
22
capsys : pytest .CaptureFixture [str ],
20
23
tmp_path : Path ,
@@ -149,7 +152,10 @@ def test_non_local(
149
152
assert "├──jsonschema" in captured .out
150
153
151
154
152
- @pytest .mark .skipif (sys .version_info > (3 , 12 ), reason = "pylibssh issues 3.13" )
155
+ @pytest .mark .skipif (
156
+ sys .version_info > (3 , 12 ),
157
+ reason = "pylibssh issues 3.13, https://github.com/ansible/pylibssh/issues/699" ,
158
+ )
153
159
def test_requirements (
154
160
capsys : pytest .CaptureFixture [str ],
155
161
tmp_path : Path ,
You can’t perform that action at this time.
0 commit comments