You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having an issue highly reminiscent of this one when using the doctest flag. Adding said flag results in issues (not related to doctests) where a function name is shadowed by a module/file name. Those errors do not occur without the doctest flag.
The full log can be found here. Running the same task on OSX and Windows does not produce the same error.
Since this particular problem seems fairly old. Is there any known workaround for it?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Nose version: 1.3.7
Python: 3.6
OS: Xenial
Hi,
We are having an issue highly reminiscent of this one when using the doctest flag. Adding said flag results in issues (not related to doctests) where a function name is shadowed by a module/file name. Those errors do not occur without the doctest flag.
The full log can be found here. Running the same task on OSX and Windows does not produce the same error.
Since this particular problem seems fairly old. Is there any known workaround for it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: