Project

General

Profile

Bug #16580

Updated by Peter Amstutz over 3 years ago

We still have some work to do to complete the migration to python 3: 

 * the linkchecker used in our documentation `rake linkchecker` task uses http://wummel.github.io/linkchecker/ which appears to be unmaintained. Will it work under python 3? 

 * sdk/python/tests/run_test_server.py is being called with `python` from sdk/go/arvadostest/run_servers.go. Does run_test_server.py even support python 3? We should probably replace it with arvados-boot instead of spending more time on it 

 * we should remove our python 2 packages for the next major release. For 2.1? 
 

 There are likely more places where we still depend on python 2.

Back