I set custom TESTED_VERSIONS in astropy/astrowidgets#103 but it does not seem to work, as the test log still shows:
Running tests with Astropy version 4.0.
Running tests in astrowidgets docs.
It works in my other projects. The only difference I can think of is that astrowidgets is using tox, unlike the others that I am using for comparison.
I set custom
TESTED_VERSIONSin astropy/astrowidgets#103 but it does not seem to work, as the test log still shows:It works in my other projects. The only difference I can think of is that
astrowidgetsis usingtox, unlike the others that I am using for comparison.