Skip to content

Commit cf3ebdd

Browse files
committed
Add poe to dev group
1 parent 28e1fdc commit cf3ebdd

3 files changed

Lines changed: 28 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ Some examples require extra dependencies. See each sample's directory for specif
8484

8585
## Test
8686

87-
Running the tests requires `poe` to be installed.
87+
To run the tests:
8888

89-
uv tool install poethepoet
90-
91-
Once you have `poe` installed you can run:
92-
93-
poe test
89+
uv run poe test

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dev = [
2525
"pyright>=1.1.394",
2626
"types-pyyaml>=6.0.12.20241230,<7",
2727
"pytest-pretty>=1.3.0",
28+
"poethepoet>=0.36.0",
2829
]
2930
bedrock = ["boto3>=1.34.92,<2"]
3031
dsl = [

uv.lock

Lines changed: 25 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)