Skip to content

Commit

Permalink
fix installation issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Feb 6, 2025
1 parent 799c58e commit a9f5edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def tests(session):

@nox.session(python=["3.13"])
def test_app_runner(session):
session.install("-e", "./bfabric")
session.install("./bfabric_app_runner[test]")
session.install("--upgrade", "./bfabric")
session.run("uv", "pip", "list")
session.run("pytest", "--durations=50", "tests/bfabric_app_runner")

Expand Down

0 comments on commit a9f5edd

Please sign in to comment.