Make dependency on doctest optional?
Closed this issue · 2 comments
mtmiller commented
How would you feel about dropping the Depends: doctest
and making it an optional dependency? It's only used as an option, could be detected at runtime and raise an error if the function isn't found.
apjanke commented
I think that's fine.
We could demote the Depends:
to a Suggested:
to still indicate the relationship but not actually require it, right?