Skip to content

Don't install tests package#902

Merged
simonw merged 1 commit intosimonw:masterfrom
abeyerpath:fix-exclude-tests-package
Jul 24, 2020
Merged

Don't install tests package#902
simonw merged 1 commit intosimonw:masterfrom
abeyerpath:fix-exclude-tests-package

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