-
- Downloads
Tests fail to run with python 3.8
Python's platform module removed its linux_distribution() method... https://trac.torproject.org/projects/tor/ticket/30847 https://docs.python.org/3/library/platform.html#platform.linux_distribution https://stackoverflow.com/questions/49554443/platform-linux-distribution-deprecated-what-are-the-alternatives This method was only used for display purposes to indicate the OS where the tests were ran. No big whoop if we simply omit the information.
Please register or sign in to comment