Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nbmake causes pytest deprecation warnings #48

Open
lbianchi-lbl opened this issue May 24, 2023 · 0 comments
Open

nbmake causes pytest deprecation warnings #48

lbianchi-lbl opened this issue May 24, 2023 · 0 comments
Assignees
Labels
Priority:Normal Normal Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

..\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)
@lbianchi-lbl lbianchi-lbl added the Priority:Normal Normal Priority Issue or PR label May 24, 2023
@lbianchi-lbl lbianchi-lbl self-assigned this May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Normal Normal Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

1 participant