IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
18 stars 36 forks source link

nbmake causes pytest deprecation warnings #48

Open lbianchi-lbl opened 1 year ago

lbianchi-lbl commented 1 year ago
..\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)