diff --git a/tests/test_tls.py b/tests/test_tls.py index 4a5e6097..8aeba67a 100644 --- a/tests/test_tls.py +++ b/tests/test_tls.py @@ -323,7 +323,7 @@ def buffer(self, request, randbytes): @pytest.fixture def address(self): - port = int("8{}{}{}".format(*sys.version_info)) + port = int("2{}{}{}".format(*sys.version_info)) return "127.0.0.1", port @pytest.fixture(scope="class")