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 install tests package #902

Merged
merged 1 commit into from Jul 24, 2020

Conversation

abeyerpath
Copy link
Contributor

@abeyerpath abeyerpath commented Jul 21, 2020

The exclude argument to find_packages needs an iterable of package
names.

Fixes: #456

The `exclude` argument to `find_packages` needs an iterable of package
names.
@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #902 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #902   +/-   ##
=======================================
  Coverage   83.41%   83.41%           
=======================================
  Files          27       27           
  Lines        3636     3636           
=======================================
  Hits         3033     3033           
  Misses        603      603           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9a5ef1...9aa139d. Read the comment docs.

@simonw
Copy link
Owner

simonw commented Jul 24, 2020

Thanks for spotting this!

@simonw simonw merged commit 6be5654 into simonw:master Jul 24, 2020
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.

Installing installs the tests package
2 participants