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

Exclude tests from distribution -- fix #1280 #1283

Merged
merged 1 commit into from Nov 26, 2019
Merged

Exclude tests from distribution -- fix #1280 #1283

merged 1 commit into from Nov 26, 2019

Conversation

Anteru
Copy link
Collaborator

@Anteru Anteru commented Nov 26, 2019

As mentioned in #1280, we're polluting the tests directory with the 2.5.0 release. I think this is because to the tests package being found due to presence of __init__.py. Use exclude on find_packages to prevent that from happening.

@Anteru Anteru added this to the 2.5.1 milestone Nov 26, 2019
@Anteru Anteru added S-major severity: major T-bug type: a bug labels Nov 26, 2019
setup.py Outdated Show resolved Hide resolved
The tests package is found as a package due to presence of __init__.py. Use include to ensure only pygments gets installed.
@Anteru Anteru merged commit 9e1f1e1 into master Nov 26, 2019
@Anteru Anteru deleted the fix/1280 branch November 26, 2019 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-major severity: major T-bug type: a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants