Skip to content

Commit

Permalink
poetry and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uriii3 committed Dec 9, 2024
1 parent 9ed8c3e commit e80b81c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_dependencies_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ def test_update_dependencies(self, snapshot):

with open("pyproject.toml") as f:
config = load(f)

# If these change, update the dependencies in the documentation!
assert config["tool"]["poetry"]["dependencies"] == snapshot

0 comments on commit e80b81c

Please sign in to comment.