Skip to content

Commit

Permalink
update poetry.lock and fix test dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Dec 27, 2023
1 parent 3fb1167 commit 64965c9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
1 change: 1 addition & 0 deletions bpm-ai-core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MANIFEST.in
.mypy_cache

.venv
.env
/releases/*
pip-wheel-metadata
/poetry.toml
2 changes: 1 addition & 1 deletion bpm-ai-core/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
env_files = connector-secrets.txt
env_files = .env
1 change: 1 addition & 0 deletions bpm-ai/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MANIFEST.in
.mypy_cache

.venv
.env
/releases/*
pip-wheel-metadata
/poetry.toml
34 changes: 16 additions & 18 deletions bpm-ai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bpm-ai/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
env_files = connector-secrets.txt
env_files = .env

0 comments on commit 64965c9

Please sign in to comment.