Skip to content

tests package installed stupidly #69

@djc

Description

@djc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions