From 869ed5ebef694ae0fecaa4541333771eae76d980 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Tue, 3 Jan 2023 08:32:01 -0800 Subject: [PATCH] Tighten up wildcards in coverage paths * Compensates for changes in nedbat/coveragepy#1407 * Fixes #225 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1045b0..9fffef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ tests = [ "types-mock", "dataclasses; python_version<'3.7'", "types-dataclasses; python_version<'3.7'", + "pyyaml", ] tests-numpy = [ "PyHamcrest[tests]", @@ -74,6 +75,7 @@ dev = [ "black", "tox", "tox-asdf", + "doc2dash", ] [project.urls] @@ -107,7 +109,7 @@ branch = true source = ["hamcrest"] [tool.coverage.paths] -source = ["src", ".tox/*/site-packages"] +source = ["src", ".tox/*/lib/*/site-packages"] [tool.coverage.report] show_missing = true