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
tox
withPyScaffold 4.4.1
(or 4.5 for that matter)? - If I install
tox
without upgrades (and later manually upgrade the three packages it would have automatically upgraded), wouldPyScaffold
not be downgraded, i.e. would thePyScaffold
downgrade be considered an “upgrade” and be skipped, or is a downgrade actually a distinct thing?