You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add Jupyter notebook testing through my CI on GitHub. For this, I can use pytest --nb-test-files, which works fine. My understanding is that we can add whatever flags after hatch test and these will be passed to pytest. However, using hatch test --nb-test-files, I get the following error:
I would like to add Jupyter notebook testing through my CI on GitHub. For this, I can use
pytest --nb-test-files
, which works fine. My understanding is that we can add whatever flags afterhatch test
and these will be passed to pytest. However, usinghatch test --nb-test-files
, I get the following error:Any idea of what is going wrong there and how to fix it?
The text was updated successfully, but these errors were encountered: