From 84fee7868c4247116516a857691a232666b7a817 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 8 Jun 2021 09:21:17 +0200
Subject: [PATCH] [conda] Do not depend on project_dir

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 8ee87fa4..62f12a82 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -115,7 +115,7 @@ test:
     - bdt sphinx --help
     - bdt sphinx migrate-autodoc-flags --help
     - bdt gitlab alt-nightlies --help
-    - pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }}
+    - pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:sphinx/coverage --cov-report xml:coverage.xml --pyargs {{ name }}
     - sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
     {% if not os.path.exists('sphinx') %}
     - if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
-- 
GitLab