douglasrfix / diyims

do it yourself independent media services
GNU General Public License v3.0
0 stars 0 forks source link

import_lib.py appears to be only taking the version 8 path #5

Closed douglasrfix closed 5 hours ago

douglasrfix commented 1 day ago

discovered the problem was with the way tox discovers python executables and my prior, vague as they were, beliefs. I had not taken into account that I was developing on windows, tox looks in the system registry first and then starts guessing even when you provide a base_python value.

Now that I can run a full test suite on three different versions, I have uncovered a problem with my brute force ipfs clean up method.