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
..\nbmake\pytest_plugin.py:48: 34 warnings
C:\Miniconda\envs\idaes-pse-dev\lib\site-packages\nbmake\pytest_plugin.py:48: PytestRemovedIn8Warning: The (fspath: py.path.local) argument to NotebookFile is deprecated. Please use the (path: pathlib.Path) argument instead.
See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
return NotebookFile.from_parent(parent, fspath=path)
Can probably only be addressed upstream (e.g. by an update in nbmake)
Impact should be limited for the moment (potentially until pytest 8 is released without said nbmake update)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: