square-python-sdk icon indicating copy to clipboard operation
square-python-sdk copied to clipboard

Do not install the "tests" package via pip install

Open sdolemelipone opened this issue 4 years ago • 0 comments

Currently when installing via pip, two top-level packages are installed: square and tests. The tests package should not be installed via pip, as this causes conflicts with test collection tools (and this package should not be installing a module called "tests").

sdolemelipone avatar Jul 20 '21 09:07 sdolemelipone