Skip to content

Conversation

@rdb
Copy link

@rdb rdb commented Sep 20, 2020

Running python inside a venv requires an explicit importlib.machinery import, oddly:

python -m venv env
env/bin/python
>>> import importlib
>>> importlib.machinery
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'importlib' has no attribute 'machinery'
>>> import importlib.machinery
>>> importlib.machinery
<module 'importlib.machinery' from '/usr/local/lib/python3.7/importlib/machinery.py'>

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2020

Codecov Report

Merging #2 into master will decrease coverage by 2.24%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   56.84%   54.60%   -2.25%     
==========================================
  Files           4        5       +1     
  Lines         146      152       +6     
==========================================
  Hits           83       83              
- Misses         63       69       +6     
Impacted Files Coverage Δ
limeade/_scan_helpers.py 54.54% <0.00%> (ø)
limeade/__init__.py 0.00% <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 015be4a...003996d. Read the comment docs.

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.

2 participants