Skip to content

Commit

Permalink
Regen tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Aug 15, 2024
1 parent 1832389 commit f38d9ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ def test_cli_with_insecure_option():
)


@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason="Skipping test for Python 3.8")
@pytest.mark.skipif(sys.version_info[:2] == (3, 9), reason="Skipping test for Python 3.9")
@pytest.mark.skipif(sys.version_info[:2] == (3, 10), reason="Skipping test for Python 3.10")
@pytest.mark.skipif(sys.version_info[:2] == (3, 11), reason="Skipping test for Python 3.11")
@pytest.mark.skipif(sys.version_info[:2] == (3, 12), reason="Skipping test for Python 3.12")
@pytest.mark.online
def test_cli_with_insecure_option_testpkh():
Expand Down

0 comments on commit f38d9ce

Please sign in to comment.