From 7d2a22246408ff7f7e34809f0ee736ee33d62812 Mon Sep 17 00:00:00 2001 From: Chilipp Date: Mon, 7 Jan 2019 14:31:55 +0100 Subject: [PATCH] force pytest-cov>2.6.1 to fix https://github.com/pytest-dev/pytest-cov/pull/253 --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index f1ceba6..4fd26c3 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -34,7 +34,7 @@ test: requires: - pytest - codecov - - pytest-cov + - pytest-cov>=2.6.1 - tesserocr # [not win] source_files: - tests