From 0a05a1eb0879deafb8189714be19207eac78ac54 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 13 Feb 2019 18:06:35 +0100
Subject: [PATCH] [conda] Disable last test with required access to the gitlab
 API

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 43178390..de698bcb 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -64,7 +64,7 @@ test:
     - bdt release --help
       #- bdt release -vvd changelog.md
     - bdt visibility --help
-    - bdt visibility -vv bob/bob.devtools
+      #- bdt visibility -vv bob/bob.devtools
     - bdt dumpsphinx --help
     - bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null
     - bdt create --help
-- 
GitLab