From 562aae02f8149b55c8b1981a30e0299f203093dc Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:45:14 +0300 Subject: [PATCH] Enable `pytest-cov[toml]` akin to upstream `coverage[toml]` https://github.com/nedbat/coveragepy/issues/664 (+ later fixes) Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 799d4699..bd0f8e50 100755 --- a/setup.py +++ b/setup.py @@ -142,7 +142,9 @@ def run(self): 'six', 'pytest-xdist', 'virtualenv', - ] + ], + # Enable pyproject.toml support. + 'toml': ['coverage[toml]'], }, entry_points={ 'pytest11': [