mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.11] [3.12] gh-108303: Move all certificates to Lib/test/certdata/
(GH-109489) (GH-109682) (#110646)
[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (GH-109682) * gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (cherry picked from commite57ecf6bbc
) Python 3.12 backport: update also `test_nntplib`. (cherry picked from commitc2d542b42c
) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: T. Wouters <thomas@python.org>
This commit is contained in:
parent
4b67878daa
commit
28c6cc1928
42 changed files with 32 additions and 29 deletions
|
@ -14,7 +14,7 @@ from test.support import socket_helper
|
|||
here = os.path.dirname(__file__)
|
||||
|
||||
HOST = socket_helper.HOST
|
||||
CERTFILE = os.path.join(here, 'keycert.pem')
|
||||
CERTFILE = os.path.join(here, 'certdata', 'keycert.pem')
|
||||
|
||||
# This one's based on HTTPServer, which is based on socketserver
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue