Skip to content

Commit f49818c

Browse files
committed
Python: update pyproject.toml so we can run tests/benchmarks.py.
I had forgotten this file existed, but it needs tqdm and pytest-benchmark, so add those dev requirements. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent bfbee05 commit f49818c

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ dev = [
3030
"flaky>=3.7.0",
3131
"requests>=2.32.0",
3232
"flask-socketio>=5",
33+
"tqdm",
34+
"pytest-benchmark",
3335
]
3436

3537
[project.optional-dependencies]

uv.lock

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

0 commit comments

Comments
 (0)