You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Is there a way to have optional doctests that depend on optional dependencies so that they are executed when the optional dependency is present and skipped when not? @skipif of pytest [1] or @skipIf of unittest [2] library work for tests and not doctests. Does a similar functionality exist for doctest?