Flask-Collect icon indicating copy to clipboard operation
Flask-Collect copied to clipboard

Flask-Collect distribution erroneously contains a `tests` package

Open alexdutton opened this issue 4 years ago • 0 comments

The current source package and wheel on PyPI (version 1.3.2) contain a top-level "tests" package, which shouldn't be included.

It means that I can't do pkg_resources.resource_stream("tests", "path/to/fixture") in my own tests directory, as it instead picks up the installed package instead of the locally-importable tests package.

alexdutton avatar Jan 22 '21 15:01 alexdutton