Skip to content

Commit

Permalink
chore: Try to try to fix dependabot by using relative path
Browse files Browse the repository at this point in the history
Updates for the yls package does not work for some reason. In the logs I
can see `Directory pytest-yls does not exist`. Searching for similar
issue people had similar problem with `file =` not `path =` but they
always fixed that to `./<path>` so maybe this is an issue?
  • Loading branch information
MatejKastak committed Mar 28, 2023
1 parent f661da0 commit 055bb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest-cov = "^3.0.0"
pytest-mock = "^3.7.0"
pytest-mypy = "^0.9.1"
pytest-pylint = "0.19.0"
pytest-yls = {path = "pytest-yls", develop = true}
pytest-yls = {path = "./pytest-yls", develop = true}

[tool.black]
line-length = 100
Expand Down

0 comments on commit 055bb70

Please sign in to comment.