[pylons-discuss] Re: keeping the tests out of the wheel

2021-10-26 Thread Jonathan Vanasco
About a year ago, I moved all my projects to the pattern that Pyramid uses itself... * /src/PROJECT * /tests * /MANIFEST.in * /pyproject.toml * /setup.cfg * /setup.py * /tox.ini That has eliminated 99% of the packaging issues I've encountered in the past. IIRC, that became the standardized rep

[pylons-discuss] keeping the tests out of the wheel

2021-10-26 Thread Gerhard Schmidt
Hi, I'm using pyramid for some web application. I .whl files to install the application inside a container. It is working perfectly. But setup.py bdist_wheel always add the unittests to the wheel. Unittests reside in the tests folder in the same folder as the application folder. So the tests