Serhiy Storchaka added the comment:

And test_ssl.

$ ./python -Werror -m test.regrtest -vv test_ssl
== CPython 3.5.0a4+ (default:08829230079b+, May 16 2015, 19:19:38) [GCC 4.8.2]
==   Linux-3.13.0-53-generic-i686-athlon-with-debian-jessie-sid little-endian
==   hash algorithm: siphash24 32bit
==   /home/serhiy/py/cpython/build/test_python_9027
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, 
dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, 
verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_ssl
test test_ssl crashed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/regrtest.py", line 1280, in 
runtest_inner
    test_runner()
  File "/home/serhiy/py/cpython/Lib/test/test_ssl.py", line 3303, in test_main
    plat = func()
  File "/home/serhiy/py/cpython/Lib/platform.py", line 305, in 
linux_distribution
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: dist() and linux_distribution() functions are 
deprecated in Python 3.5 and will be removed in Python 3.7

1 test failed:
    test_ssl

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to