From 09a5a0a717f265aa76d13f5a13f82d3a19e59c55 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Fri, 5 Aug 2022 15:16:43 -0500 Subject: [PATCH] Fix import name --- conda.recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 83f8aa63..f136195e 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,7 +1,7 @@ {% set data = load_setup_py_data() %} package: - name: singlestore + name: singlestoredb version: {{ data.get('version') }} source: @@ -24,13 +24,13 @@ requirements: test: imports: - - singlestore + - singlestoredb requires: - coverage - nose2 - pandas commands: - - nose2 -v singlestore.tests.test_basics + - nose2 -v singlestoredb.tests.test_basics about: home: https://github.com/singlestore-labs/singlestore-python