Message199981
> Found the cause of the ssl test failure -- the location of the ssl
> test key and cert are different. Here's a new patch with a quick
> fix (#4), but I think the correct solution is to either have the
> certificates inline in the source and write them to a temp file, or
> move them into the main asyncio library, or move the test_utils.py
> module -- since the test files are referenced from test_utils.py
> they should be in the same directory. Preferences?
You could simply reuse Lib/test/keycert.pem (when in stdlib mode). |
|
Date |
User |
Action |
Args |
2013-10-15 08:04:38 | pitrou | set | recipients:
+ pitrou, gvanrossum, georg.brandl, larry, sbt, serhiy.storchaka |
2013-10-15 08:04:38 | pitrou | link | issue19262 messages |
2013-10-15 08:04:38 | pitrou | create | |
|