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

Remove tests directory from package #589

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Conversation

e-nalepa
Copy link
Contributor

@e-nalepa e-nalepa commented Mar 4, 2021

Fix #588

This PR removes tests directory from package, and so reduces the size of the package by 60%.
(Keeping a small package size is important when using a package on AWS Lambda).

No new test is added, I checked the following points:

  • Current tests are still passing
  • tests directory is not any more present after a $ pip install

Before you create the PR, please make sure you have:

  • Picked a concise, informative and complete title
  • Clearly explained the motivation behind the PR
  • Linked to any existing issues that your PR will be solving
  • Included tests for any new functionality
  • Checked that all unit tests pass

@mpenkov mpenkov merged commit b9ead9a into piskvorky:develop Mar 5, 2021
@mpenkov
Copy link
Collaborator

mpenkov commented Mar 5, 2021

Merged. Thank you @e-nalepa and congrats on your first contribution to smart_open!

@piskvorky
Copy link
Owner

Doesn't the MANIFEST file need adjustments, too?

mpenkov added a commit that referenced this pull request Mar 5, 2021
@mpenkov
Copy link
Collaborator

mpenkov commented Mar 5, 2021

Good point @piskvorky . Following up in #591.

mpenkov added a commit that referenced this pull request Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests directory is installed with pip install
3 participants