diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-16 21:12:36 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-16 21:12:36 -0500 |
| commit | 56cdf46aa19450d58b4a56af6553a0225762ae4b (patch) | |
| tree | 3f66f835b7516e78c15aa3f172bd968df9fbe760 | |
| parent | 9650fc184fc120a21623d8f92d03ee4ccbaa89d8 (diff) | |
| download | python-setuptools-git-56cdf46aa19450d58b4a56af6553a0225762ae4b.tar.gz | |
Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.
| -rw-r--r-- | .coveragerc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc index 6a34e662..02879483 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,6 +2,8 @@ omit = # leading `*/` for pytest-dev/pytest-cov#456 */.tox/* +disable_warnings = + couldnt-parse [report] show_missing = True |
