Open
Description
Summary
We have missed a few failures in our current test suite that would have been caught given the existence of an installation test suite. This thrusts into view the necessity for tests on an installation environment in addition to a development environment.
Rationale
We have missed several failures in our development environment that would have been caught if we were testing in an installation environment. We need to address this by adding a test on the installation environment.
Description
In the short-run, we can add small tests to catch corner cases of which we are aware, but in the long-run, we need to add a whole new environment that runs tests after installation (i.e., mirrors the tests that are done by conda on the feedstock).