pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

Update `test` dependency from `nteract-scrapbook` to `scrapbook`

Open matthewfeickert opened this issue 3 years ago • 0 comments

Summary

Running the notebook tests generates the warning

warnings.warn("'nteract-scrapbook' package has been renamed to `scrapbook`. No new releases are going out for this old package name.", FutureWarning)

as nteract-scrapbook is now scrapbook. All that needs to be done is to change the name used in steup.py for the test extra:

https://github.com/scikit-hep/pyhf/blob/29bc6daed55b40711fabd9b22d3e76f9ee15657d/setup.py#L42

Additional Information

No response

Code of Conduct

  • [X] I agree to follow the Code of Conduct

matthewfeickert avatar Dec 07 '21 08:12 matthewfeickert