Skip to content

Commit

Permalink
remove unused env var and adjust description
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Dec 4, 2024
1 parent 43c2bd1 commit d8e1c1a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <hugo@vinta.com.br>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ basepython =
py312: python3.12
deps =
poetry
passenv =
OPENAI_API_KEY
commands_pre =
poetry install --with dev
commands =
Expand Down

0 comments on commit d8e1c1a

Please sign in to comment.