Hello Dave, I am Abhishek Chaudhary , senior year undergrad at IIT, Dhanbad, India. As Discussed with our previous discussion on Converting Allura to Python3 . I read the documentation and used the given 2to3 library to update the code in python3. The code runs well in Python2.7 while After converting the code it gives an error. The error is : Not running tests for AlluraTest, since it isn't set up Not running tests for Allura, since it isn't set up Not running tests for ForgeActivity, since it isn't set up Not running tests for ForgeBlog, since it isn't set up Not running tests for ForgeChat, since it isn't set up Not running tests for ForgeDiscussion, since it isn't set up Not running tests for ForgeGit, since it isn't set up Not running tests for ForgeImporters, since it isn't set up Not running tests for ForgeLink, since it isn't set up Not running tests for ForgeSVN, since it isn't set up Not running tests for ForgeShortUrl, since it isn't set up Not running tests for ForgeTracker, since it isn't set up Not running tests for ForgeUserStats, since it isn't set up Not running tests for ForgeWiki, since it isn't set up
I also convert BeautifulSoup Library dependancy library to bs4 in python3 manually. what i found error is most of running test cases follows the same virtual environment that is initially build in docker i.e. Python2.7 , while they fails when I tried to run those in Python3. similar error i get is: allura-data/virtualenv/local/lib/python2.7/site-packages/nose/loader.py" Please Guide me on further to do some work on this while upgrading the dependancy.