Skip to content

Commit

Permalink
add pytest-dotenv to allow for .env usage
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 12, 2024
1 parent ab17a5f commit 5f73b79
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.1
3.11.9
31 changes: 30 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ types-requests = "^2.31.0.1"
wheel = "^0.38.4"
# added in order to have something to discover (>=0.0.0 <1.0.0)
# cmem-plugin-examples = "*"
pytest-dotenv = "^0.5.2"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit 5f73b79

Please sign in to comment.