From 44e6f0d4647100e91ff6d1608c0d11b39772d59f Mon Sep 17 00:00:00 2001 From: Ernest Hill Date: Wed, 14 Aug 2024 13:44:23 +0300 Subject: [PATCH] Update meta.yaml --- .conda-envs/meta.yaml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.conda-envs/meta.yaml b/.conda-envs/meta.yaml index 1a3cc58b..7b5a10fb 100644 --- a/.conda-envs/meta.yaml +++ b/.conda-envs/meta.yaml @@ -3,7 +3,7 @@ package: version: "{{ environ['GIT_DESCRIBE_TAG'] }}" source: - path: ../../ + path: ../ build: number: 0 @@ -28,29 +28,6 @@ requirements: - tenacity ==8.2.3 - urllib3 >=1.26.0,<3 -test: - imports: - - pyatlan - - pyatlan.cache - - pyatlan.client - - pyatlan.events - - pyatlan.generator - - pyatlan.generator.templates - - pyatlan.model - - pyatlan.model.assets - - pyatlan.model.assets.core - - pyatlan.model.fields - - pyatlan.model.packages - - pyatlan.model.packages.base - - pyatlan.pkg - - pyatlan.pkg.templates - - tests - - tests.integration - - tests.unit - - tests.unit.model - - tests.unit.model.fields - - tests.unit.pkg - about: home: "https://github.com/atlanhq/atlan-python" license: Apache Software