-
Notifications
You must be signed in to change notification settings - Fork 908
Closed
Description
1.5.170 installs the tests in site-packages/tests. This is obviously not a good idea: at the very least, prone to collisions with some other packages. It seems to happen because setuptools.find_packages() correctly finds the tests package and then installs it.
I think there are two viable options of resolving this:
- don't install the tests
- move the tests into the oauth2 package
I'd be happy to contribute a patch, but I don't think that would be the sticky point here.
Metadata
Metadata
Assignees
Labels
No labels