Skip to content

Commit f38d9ce

Browse files
committed
Regen tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1832389 commit f38d9ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ def test_cli_with_insecure_option():
327327
)
328328

329329

330+
@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason="Skipping test for Python 3.8")
331+
@pytest.mark.skipif(sys.version_info[:2] == (3, 9), reason="Skipping test for Python 3.9")
332+
@pytest.mark.skipif(sys.version_info[:2] == (3, 10), reason="Skipping test for Python 3.10")
333+
@pytest.mark.skipif(sys.version_info[:2] == (3, 11), reason="Skipping test for Python 3.11")
330334
@pytest.mark.skipif(sys.version_info[:2] == (3, 12), reason="Skipping test for Python 3.12")
331335
@pytest.mark.online
332336
def test_cli_with_insecure_option_testpkh():

0 commit comments

Comments
 (0)