#975094 reprotest: tox testsuite is not run during build

#975094#5
Date:
2020-11-18 21:03:41 UTC
From:
To:
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

#975094#10
Date:
2020-11-18 22:08:49 UTC
From:
To:

#975094#15
Date:
2020-11-18 22:21:37 UTC
From:
To:
oh! thanks! :)

I agree with disabling skip_missing_interpreters, so I will do this right
now in git...