From d8e1c1aa48297957347ccaea2568626e37977117 Mon Sep 17 00:00:00 2001 From: Hugo bessa Date: Wed, 4 Dec 2024 10:16:33 -0300 Subject: [PATCH] remove unused env var and adjust description --- .github/workflows/ci.yml | 2 -- pyproject.toml | 2 +- tox.ini | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f008f1a..630f5a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: - name: Run tests run: | poetry run tox - env: - OPENAI_API_KEY: "sk-fake-test-key-123" - name: Coveralls Parallel run: | diff --git a/pyproject.toml b/pyproject.toml index 51b884f..d2ca077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "vintasend-sqlalchemy" version = "0.1.0" -description = "A flexible package for implementing transactional notifications" +description = "SQLAlchemy backend implementation for VintaSend" authors = ["Hugo bessa "] license = "MIT" readme = "README.md" diff --git a/tox.ini b/tox.ini index c4cf4e1..e098f8c 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,6 @@ basepython = py312: python3.12 deps = poetry -passenv = - OPENAI_API_KEY commands_pre = poetry install --with dev commands =