Skip to content

setup.py: Exclude "tests" package#509

Merged
whitequark merged 1 commit into
amaranth-lang:masterfrom
Xiretza:exclude-tests-package
Oct 19, 2020
Merged

setup.py: Exclude "tests" package#509
whitequark merged 1 commit into
amaranth-lang:masterfrom
Xiretza:exclude-tests-package

Conversation

@Xiretza

@Xiretza Xiretza commented Oct 19, 2020

Copy link
Copy Markdown
Contributor

67b957d moved the tests from nmigen/test/ to tests/, and removed the exclude= parameter from find_packages() in setup.py. However, even if the new location is not inside the module tree, it is still found by find_packages(), resulting in a stray "tests" module on the system.

67b957d moved the tests from nmigen/test/ to tests/, and removed the
exclude= parameter from find_packages() in setup.py. However, even if
the new location is not inside the module tree, it is still found by
find_packages(), resulting in a stray "tests" module on the system.
@codecov

codecov Bot commented Oct 19, 2020

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files          49       49           
  Lines        6409     6409           
  Branches     1278     1278           
=======================================
  Hits         5213     5213           
+ Misses       1007     1006    -1     
- Partials      189      190    +1     
Impacted Files Coverage Δ
nmigen/build/run.py 22.05% <0.00%> (ø)

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 eb152da...88b6f56. Read the comment docs.

@whitequark whitequark merged commit 12327ae into amaranth-lang:master Oct 19, 2020
@whitequark

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants