From b17bc980b1546159ceb119f04716f24b043fc3f8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 3 Oct 2021 19:44:18 +0800 Subject: [PATCH] =?UTF-8?q?It's=20python,=20so=20stuff=20breaks=20with=20p?= =?UTF-8?q?atches=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …https://github.com/pytest-dev/pytest-cov/pull/472 Break a few to fix a few. --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d5d2346a0..53d8e606d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,4 +10,5 @@ virtualenv pytest pytest-cov -pytest-sugar \ No newline at end of file +coverage[toml] +pytest-sugar