Skip to content

Remove tests directory from package#589

Merged
mpenkov merged 1 commit intopiskvorky:developfrom
pricemoov:develop
Mar 5, 2021
Merged

Remove tests directory from package#589
mpenkov merged 1 commit intopiskvorky:developfrom
pricemoov:develop

Conversation

@e-nalepa
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

mpenkov commented Mar 5, 2021

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

@piskvorky
Copy link
Copy Markdown
Owner

Doesn't the MANIFEST file need adjustments, too?

mpenkov added a commit that referenced this pull request Mar 5, 2021
@mpenkov
Copy link
Copy Markdown
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