holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

pyctdev 0.6 is no longer testing installed conda packages #72

Open ceball opened 4 years ago

ceball commented 4 years ago

Ever since #14 (July 2019), generated conda packages are not being tested beyond the standard conda "import" test. So e.g. if a project requests that the generated packages should be installed and then the unit tested, the unit tests won't actually run for the installed conda packages. This doesn't affect unit tests on the development install, which do run. And it also doesn't affect python packages, which are still being tested as specified.

Does not affect 0.7 (unreleased), because it uses conda build in a different way.