Skip to content

Commit 1f02676

Browse files
committed
wrong solution, cli needs fastapi pin until handled. revert nox
1 parent 6378c3f commit 1f02676

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/scripts/noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ def unit_test_cli(session):
4444
"--cli",
4545
external=True,
4646
)
47-
session.run(
48-
"openbb-build",
49-
external=True,
50-
)
5147
session.install("pytest")
5248
session.install("pytest-cov")
5349
session.run("pytest", CLI_TESTS, f"--cov={CLI_DIR}")

cli/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ python-dotenv = "^1.0.1"
2626
openpyxl = "^3.1.5"
2727
pywry = ">=2.0.2"
2828

29+
# Pin must mirror openbb-core until breaking changes in fastapi 0.137 are handled
30+
fastapi = "0.136.3"
31+
2932
[build-system]
3033
requires = ["poetry-core>=1.0.0"]
3134
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)