From 0166fc3a9f44d8723b2ae8fd9e1832bbd414278d Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 13 Feb 2019 18:13:50 +0100 Subject: [PATCH] [conda] Remove specific test on getpath subcommand as it also requires 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 de698bcb..b99a1a9b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -70,7 +70,7 @@ test: - bdt create --help - bdt build --help - bdt getpath --help - - bdt getpath -vv bob/bob.devtools .gitignore + #- bdt getpath -vv bob/bob.devtools .gitignore - bdt caupdate --help - bdt new --help - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" -- GitLab