Running scripts/test_tutorials.py results in errors about missing Python packages. The required imports are not defined in requirements.txt.
They probably should not be loaded by requirementst.txt by default, because they're not needed all the time. So we need to find a place to put them.
Running
scripts/test_tutorials.pyresults in errors about missing Python packages. The required imports are not defined inrequirements.txt.They probably should not be loaded by
requirementst.txtby default, because they're not needed all the time. So we need to find a place to put them.