summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-12-30 22:21:09 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2022-12-30 22:21:09 +0100
commitc6b71453653609827f74aa074989ae4b9da69ece (patch)
treec060cb97f31cff5d90cdf52d878e8bd299b643d4 /pyproject.toml
parentb73d7ee952db293c6bee4397e13b2039a3d78d9d (diff)
downloadpsutil-c6b71453653609827f74aa074989ae4b9da69ece.tar.gz
fix make test-coverage target
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 87b84fc6..7f3b43d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,9 +3,6 @@ force_single_line = true # one import per line
lines_after_imports = 2 # blank spaces after import section
[tool.coverage.report]
-include = [
- "*psutil*"
-]
omit = [
"psutil/_compat.py",
"psutil/tests/*",