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
As explained in the issue linked above, the directory tests/ is used in many projects and importing it causes users who have have gogs_client installed to import the wrong module.
The text was updated successfully, but these errors were encountered:
I can help clarify the issue if you have any more questions, but, long story short, tests/__init__.py is probably not required. It definitely shouldn't get installed.
I'm reporting this issue after pimutils/todoman#302 . Here is my output when I run
pip show --files gogs_client
:As explained in the issue linked above, the directory
tests/
is used in many projects and importing it causes users who have havegogs_client
installed to import the wrong module.The text was updated successfully, but these errors were encountered: