Skip to content

Commit

Permalink
FIX: do not install pytest-profiling v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 18, 2024
1 parent 8c54e30 commit cd3574a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -526,3 +526,8 @@ commands =
--cov=qrules
description = Run ALL tests, including the slow channel tests, and compute coverage
"""

[tool.uv]
constraint-dependencies = [
"pytest-profiling!=1.8.0",
]
9 changes: 6 additions & 3 deletions uv.lock

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

0 comments on commit cd3574a

Please sign in to comment.