Skip to content

Commit

Permalink
fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aphexcx committed Dec 15, 2023
1 parent dd7250c commit 63433aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
codeflash = {url = "https://www.dropbox.com/scl/fi/nif03u6oj327bn476h11i/codeflash-0.4.3.post1.dev0-50ba298-py3-none-any.whl?rlkey=uoy9h6wcjtktds84idqjkdmza&dl=1"}


[tool.poetry.dependencies.codeflash]
url = "https://www.dropbox.com/scl/fi/nif03u6oj327bn476h11i/codeflash-0.4.3.post1.dev0-50ba298-py3-none-any.whl?rlkey=uoy9h6wcjtktds84idqjkdmza&dl=1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"


[tool.codeflash]
root = "/Users/afik_cohen/repos/tacit/my-best-repo"
test-root = "/Users/afik_cohen/repos/tacit/my-best-repo/tests/pytests/"
root = "."
test-root = "tests"
test-framework = "pytest"
ignore-paths = ["tests/"]
ignore-paths = []

0 comments on commit 63433aa

Please sign in to comment.