hi, the tox.ini of src:reprotest specifies this: envlist = py36 skip_missing_interpreters = true however, as python 3.8 is the default in sid atm (and soon will be python 3.9) while building the package one can see the following output: tox -r --sitepackages -- -s GLOB sdist-make: /build/reprotest-0.7.16/setup.py WARNING: could not copy distfile to /nonexistent/.tox/distshare py36 create: /build/reprotest-0.7.16/.tox/py36 SKIPPED: InterpreterNotFound: python3.6
oh! thanks! :) I agree with disabling skip_missing_interpreters, so I will do this right now in git...