Skip to content

Commit

Permalink
Remove pytest dependency
Browse files Browse the repository at this point in the history
So tests aren't run (which results in failure, because there are no
tests)
  • Loading branch information
markwaddle committed Feb 21, 2025
1 parent dd8acec commit 1330b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assistants/codespace-assistant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = ["pyright>=1.1.389", "pytest>=7.4.3"]
dev = ["pyright>=1.1.389"]
6 changes: 1 addition & 5 deletions assistants/codespace-assistant/uv.lock

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

0 comments on commit 1330b8e

Please sign in to comment.