Skip to content

Commit

Permalink
build: move pyinstrument to test dep group
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 29, 2023
1 parent 7f11ec5 commit b98cd14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ test = [
"pytest>=7.2.2",
"httpx>=0.23.3",
"pytest-asyncio>=0.21.1",
"pyinstrument>=4.6.1",
]
debug = [
"ipdb>=0.13.13",
"debugpy>=1.6.7.post1",
"pyinstrument>=4.6.1",
]
docs = [
"mkdocs>=1.5.2",
Expand Down

0 comments on commit b98cd14

Please sign in to comment.