Skip to content

Commit

Permalink
chore(deps): drop hypothesis dependency
Browse files Browse the repository at this point in the history
> poetry remove hypothesis

hypothesis is not used yet in the tests. If we use it at some point, we
can add it again. Without using it, its only baggage we drag along.

Closes: #53
  • Loading branch information
b1rger authored and lu-pl committed Aug 17, 2024
1 parent 1f5631b commit 00f5043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
64 changes: 1 addition & 63 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ deptry = "^0.17.0"
pytest = "^8.3.1"
pytest-cov = "^5.0.0"
pytest-randomly = "^3.15.0"
hypothesis = "^6.108.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 00f5043

Please sign in to comment.