if installing dependencies using requirements.txt then following code section from notebook 07 would throw error about absent pytest:
from sktime.transformations.series.boxcox import BoxCoxTransformer
from sktime.utils.estimator_checks import check_estimator
res = check_estimator(BoxCoxTransformer)```
if installing dependencies using requirements.txt then following code section from notebook 07 would throw error about absent pytest: