Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjmcdougall committed Feb 6, 2025
1 parent 2153cd4 commit 7cb0123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/usethis/_integrations/uv/test_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def test_dev_group_not_registered(self, uv_init_dir: Path):
add_deps_to_group([Dependency(name="black")], "dev")

# Assert
default_groups = get_config_value(["tool", "uv", "default-groups"])
assert "dev" not in default_groups
# Tool section shouldn't even exist in pyproject.toml
assert "tool" not in (uv_init_dir / "pyproject.toml").read_text()


class TestRemoveDepsFromGroup:
Expand Down

0 comments on commit 7cb0123

Please sign in to comment.