fair-workflows / nanopub

Python client for searching, publishing and modifying nanopublications.
https://fair-workflows.github.io/nanopub
Apache License 2.0
22 stars 7 forks source link

Deprecation warning coming from click #120

Closed raar1 closed 3 years ago

raar1 commented 3 years ago

When running test: tests/test_setup_profile.py::test_provided_keypair_copied_to_nanopub_dir There is a deprecation warning:

/usr/local/lib/python3.9/site-packages/click/core.py:1048: DeprecationWarning: Parameter callbacks take 3 args, (ctx, param, value). The 2-arg style is deprecated and will be removed in 8.0.
    value, args = param.handle_parse_result(ctx, opts, args)