question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggestion: remove tests from the distribution

See original GitHub issue

Would it make sense to remove tests folder from the pandas distribution? It takes roughly 33% of the whole package weight.

It is especially important when using pandas inside the AWS Lambdas, where the deployment package size is limited to 50 MB zipped and 5 MB might really make a difference.

# Uncompressed
du -h -s pandas*
 46.5M	pandas
 30.9M	pandas_no_tests

# Compressed
du -h -s pandas*
 14.7M	pandas.zip
 10.1M	pandas_no_tests.zip

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:9
  • Comments:24 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
jrebackcommented, Dec 30, 2020

yup would take PRs here

1reaction
jrebackcommented, Oct 30, 2020

pandas does not use numpy.testing a all

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guidelines for Removing and Handling Outliers in Data
Outliers can distort statistical analyses. Learn whether you should remove outliers from your data and how to analyze your data when you can't...
Read more >
Just Say No to More End-to-End Tests - Google Testing Blog
Furthermore, best practices for unit testing - in particular practices related to hermetic tests - will remove flakiness entirely.
Read more >
Gradle build without tests - java - Stack Overflow
the different way to disable test tasks in the project is: tasks.withType(Test) {enabled ...
Read more >
Solved: Suggestion icon removal - ServiceNow Community
Solved: Hello, How can we remove the suggestion icon next to Short Description on the Incident form? We have a requirement to only...
Read more >
Skipping tests - testthat
Skipping tests · You're testing a web service that occasionally fails, and you don't want to run the tests on CRAN. · You're...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found