From a44dbb0ee8f4e6cc8be3e5ab83a9621c16ded430 Mon Sep 17 00:00:00 2001 From: MialLewis <95620982+MialLewis@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:00:44 +0000 Subject: [PATCH] remove test --- conda/meta.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 31ee493b..3cb97ba8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -13,7 +13,7 @@ source: build: noarch: python - script: python -m pip install --ignore-installed . + script: python -m pip install --ignore-installed .git entry_points: - mvesuvio = EVSVesuvio.scripts:main @@ -31,10 +31,6 @@ requirements: - mock - jacobi==0.4.2 #pinned untill 0.5.0 is proven -test: - imports: - - mvesuvio - about: home: https://github.com/mantidproject/vesuvio license: GPL-3.0-or-later