PyCQA / isort

A Python utility / library to sort imports.

Home Page:https://pycqa.github.io/isort/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Yarg dependency adds `site-packages/tests` directory

whoffler opened this issue · comments

new version 1.5.3 installs yarg package as dependency

yarg package adds site-packages/tests directory when installed

Attempts to import from our own projects tests directory fail as the python interpreter tries to import from site-packages/tests instead

we have pinned to version 1.5.2

Duplicate of #2206

Could you please check @whoffler if it happens on 5.13.2?

Ok I will consider this closed then, if it continues please reopen.

Could you please check @whoffler if it happens on 5.13.2?

Not seeing issue anymore. Thanks