Skip to content

Commit

Permalink
tests: forgot to run isolated for de06878
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Oct 12, 2021
1 parent 15d3c24 commit 1818106
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/ssl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ def serve(listener):
client.recv(64)
server_coro.wait()

@tests.skip_if(sys.version_info < (3, 7))
def test_context_version_setters(self):
tests.run_isolated("ssl_context_version_setters.py")

@tests.skip_if(sys.version_info < (3, 7))
def test_context_version_setters():
tests.run_isolated("ssl_context_version_setters.py")


@tests.skip_if(sys.version_info < (3, 6))
def test_green_ssl_py36_properties():
tests.run_isolated("green_ssl_py36_properties.py")

0 comments on commit 1818106

Please sign in to comment.