Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't distribute our tests with the package #184

Closed
ccordoba12 opened this issue Apr 5, 2020 · 2 comments · Fixed by #190
Closed

Don't distribute our tests with the package #184

ccordoba12 opened this issue Apr 5, 2020 · 2 comments · Fixed by #190
Assignees
Milestone

Comments

@ccordoba12
Copy link
Member

@steff456, I just noticed that we're distributing our tests with the package itself, even when that's not our intention:

packages=find_packages(exclude=['contrib', 'docs', 'tests*']),

So please take care of fixing that for our next release.

@steff456
Copy link
Member

steff456 commented Apr 6, 2020

We are excluding that folder from the release with that instruction with the exclude option

@ccordoba12
Copy link
Member Author

ccordoba12 commented Apr 6, 2020

The tests folder is inside the spyder_terminal one, so perhaps that's why the exclude option is not working as expected.

Please use *tests* or spyder_terminal/tests* to see if one of those works. To check that, please do python setup.py sdist and verify that the tests folder is not inside the generated .tar.gz file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants