I just installed PyScaffold 4.5 from the conda-forge repo (probably should have done 4.4.1). I have encountered in multiple places a recommendation that I also install tox along with it. Good thing I did a --dry-run for tox, though: it would DOWNGRADE PyScaffold from 4.5 to 4.1.4. That’s quite a jump backwards–lots of important updates to PyScaffold in there.
- Has anyone successfully used
toxwithPyScaffold 4.4.1(or 4.5 for that matter)? - If I install
toxwithout upgrades (and later manually upgrade the three packages it would have automatically upgraded), wouldPyScaffoldnot be downgraded, i.e. would thePyScaffolddowngrade be considered an “upgrade” and be skipped, or is a downgrade actually a distinct thing?