From 77c3576e208beae89ec43d9341e9f1887af12601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Thu, 20 Oct 2022 19:47:47 +0300 Subject: [PATCH] Revert "Enable `pytest-cov[toml]` akin to upstream `coverage[toml]`" This reverts commit f7bdfcfe3aae34982a955b8609cd345820f2526e. --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bd0f8e50..799d4699 100755 --- a/setup.py +++ b/setup.py @@ -142,9 +142,7 @@ def run(self): 'six', 'pytest-xdist', 'virtualenv', - ], - # Enable pyproject.toml support. - 'toml': ['coverage[toml]'], + ] }, entry_points={ 'pytest11': [