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

Fix coverage warning about being unable to parse temporary files #164

Open
diazona opened this issue Jul 21, 2024 · 0 comments
Open

Fix coverage warning about being unable to parse temporary files #164

diazona opened this issue Jul 21, 2024 · 0 comments
Labels
bug Something isn't working tests Improvements or additions to tests
Milestone

Comments

@diazona
Copy link
Owner

diazona commented Jul 21, 2024

When testing, we get a warning that looks like this:

/home/runner/work/setuptools-pyproject-migration/setuptools-pyproject-migration/.tox/py/lib/python3.12/site-packages/coverage/report_core.py:115: CoverageWarning: Couldn't parse '/tmp/pytest-of-runner/pytest-0/test_future_warning_inprocess_0/setup.py': No source for code: '/tmp/pytest-of-runner/pytest-0/test_future_warning_inprocess_0/setup.py'. (couldnt-parse)

It doesn't seem to be breaking anything, but we should probably still try to eliminate it.

@diazona diazona added bug Something isn't working tests Improvements or additions to tests labels Jul 21, 2024
@diazona diazona added this to the v0.4 milestone Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Improvements or additions to tests
Projects
None yet
Development

No branches or pull requests

1 participant