Improve Python and R package testing #536
Labels
area/engineering
Requires attention from engineering: focus on foundational components or platform DevOps
kind/bug
kind/design
size/L
4-5 days
The package testing we use does not work well. Code is here: https://github.com/StatCan/aaw-kubeflow-containers/blob/master/tests/general/test_packages.py
Example issues with the current test suite:
torch
was not working for quite a while buttest_packages.py
was unable to catch this. Unable to import torch on pytorch image. #514pyyaml
is imported withimport yaml
andpillow
is imported withimport pil
.The exclusion list is growing:
The text was updated successfully, but these errors were encountered: