diff options
| author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-21 19:15:33 +0100 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 14:45:16 +0200 |
| commit | 03b152e7d9550a36277933893778a6295df4cfd0 (patch) | |
| tree | 4e87cceab3a8efe26078d519651ad4384d58722a /dev-python | |
| parent | 83e1ce9df8e4072a8e69b73908347c88cbd03ccd (diff) | |
| download | gentoo-03b152e7d9550a36277933893778a6295df4cfd0.tar.gz gentoo-03b152e7d9550a36277933893778a6295df4cfd0.tar.bz2 gentoo-03b152e7d9550a36277933893778a6295df4cfd0.zip | |
dev-python/pytest-cov: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28372
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch b/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch deleted file mode 100644 index b44326d8b60d..000000000000 --- a/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 6d06678a76d9275beb48917d7653ea6a610c7717 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Sun, 23 Jan 2022 15:03:35 +0100 -Subject: [PATCH] Update test_invalid_coverage_source for coverage-6.2 - -Update test_invalid_coverage_source to make the "No data was collected" -less strict, as the output has changed in coverage-6.2. This solution -was suggested by Tom Callaway (@spotrh) on the linked bug. - -Fixes #509 ---- - tests/test_pytest_cov.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py -index f93d352..6d97949 100644 ---- a/tests/test_pytest_cov.py -+++ b/tests/test_pytest_cov.py -@@ -981,7 +981,7 @@ def test_invalid_coverage_source(testdir): - '*10 passed*' - ]) - result.stderr.fnmatch_lines([ -- 'Coverage.py warning: No data was collected.*' -+ '*No data was collected.*' - ]) - result.stdout.fnmatch_lines([ - '*Failed to generate report: No data to report.', --- -2.34.1 - |
