Skip to content

Commit 33866c6

Browse files
committed
.env
1 parent ba26168 commit 33866c6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ markers = [
8686
]
8787
asyncio_mode = "auto"
8888

89+
[tool.poetry.plugins.dotenv]
90+
ignore = "false"
91+
location = ".env"
92+
93+
8994
# https://python-poetry.org/docs/repositories/
9095
[[tool.poetry.source]]
9196
name = "tsinghua"

0 commit comments

Comments
 (0)