We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python -m pytest reports following coverage warnings:
python -m pytest
/usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-690vdrv3/barbazquux.py': No source for code: '/tmp/pip-run-690vdrv3/barbazquux.py'. (couldnt-parse) /usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-690vdrv3/sitecustomize.py': No source for code: '/tmp/pip-run-690vdrv3/sitecustomize.py'. (couldnt-parse) /usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-_o4evku3/sample/__init__.py': No source for code: '/tmp/pip-run-_o4evku3/sample/__init__.py'. (couldnt-parse) /usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-_o4evku3/sitecustomize.py': No source for code: '/tmp/pip-run-_o4evku3/sitecustomize.py'. (couldnt-parse) /usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-r2lwabci/sample/__init__.py': No source for code: '/tmp/pip-run-r2lwabci/sample/__init__.py'. (couldnt-parse) /usr/lib/python3.9/vendor-packages/coverage/report.py:114: CoverageWarning: Couldn't parse '/tmp/pip-run-r2lwabci/sitecustomize.py': No source for code: '/tmp/pip-run-r2lwabci/sitecustomize.py'. (couldnt-parse)
Where the actual directory name is changing with every run. It is obviously some temporary directory used during tests.
The text was updated successfully, but these errors were encountered:
Fixed in jaraco/skeleton#56, merged in eb11527.
Sorry, something went wrong.
Make substitution fields more prominent and distinct from true 'skele…
96ebfe1
…ton' references. (#71) Fixes #70
No branches or pull requests
python -m pytest
reports following coverage warnings:Where the actual directory name is changing with every run. It is obviously some temporary directory used during tests.
The text was updated successfully, but these errors were encountered: