Serhiy Storchaka added the comment:

test_platform is failed.

======================================================================
ERROR: test_dist (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_platform.py", line 239, in 
test_dist
    res = platform.dist()
  File "/home/serhiy/py/cpython/Lib/platform.py", line 380, in dist
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: dist() and linux_distribution() functions are 
deprecated in Python 3.5 and will be removed in Python 3.7

======================================================================
ERROR: test_linux_distribution_encoding (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_platform.py", line 308, in 
test_linux_distribution_encoding
    distname, version, distid = platform.linux_distribution()
  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

----------------------------------------------------------------------

----------
resolution: fixed -> 
stage: resolved -> 
status: closed -> open

_______________________________________
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