Skip to content

Commit 18f200d

Browse files
πŸ› Fix lapidary path in e2e test projects.
1 parent 70b24b0 commit 18f200d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

β€Žtests/e2e/expected/dummy/pyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ packages = [
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.9"
17-
lapidary = {path="../../../.."}
17+
lapidary = {path="../../../../../lapidary"}
1818

1919
[tool.poetry.group.dev.dependencies]
20-
lapidary-render = "^0.9.0"
20+
lapidary-render = {path="../../../..", python="^3.12"}
2121

2222
[tool.lapidary]
2323
document_path = "dummy.yaml"

β€Žtests/e2e/expected/petstore/pyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ packages = [
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.9"
17-
lapidary = {path="../../../.."}
17+
lapidary = {path="../../../../../lapidary"}
1818

1919
[tool.poetry.group.dev.dependencies]
20-
lapidary-render = "^0.9.0"
20+
lapidary-render = {path="../../../..", python="^3.12"}
2121

2222
[tool.lapidary]
2323
document_path = "src/openapi/openapi.json"

β€Žtests/e2e/init/dummy/pyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ packages = [
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.9"
17-
lapidary = {path="../../../.."}
17+
lapidary = {path="../../../../../lapidary"}
1818

1919
[tool.poetry.group.dev.dependencies]
20-
lapidary-render = "^0.9.0"
20+
lapidary-render = {path="../../../..", python="^3.12"}
2121

2222
[tool.lapidary]
2323
document_path = "dummy.yaml"

β€Žtests/e2e/init/petstore/pyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ packages = [
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.9"
17-
lapidary = {path="../../../.."}
17+
lapidary = {path="../../../../../lapidary"}
1818

1919
[tool.poetry.group.dev.dependencies]
20-
lapidary-render = "^0.9.0"
20+
lapidary-render = {path="../../../..", python="^3.12"}
2121

2222
[tool.lapidary]
2323
document_path = "src/openapi/openapi.json"

0 commit comments

Comments
Β (0)