Skip to content

Commit

Permalink
fix: pytestcov
Browse files Browse the repository at this point in the history
  • Loading branch information
fwmarcel committed Nov 24, 2024
1 parent f9543ea commit 7afb915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pip>=24,<25
black==24.10.0
pre-commit==4.0.1
pytest-homeassistant-custom-component==0.13.184
pytest-cov==6.0.0
pytest-cov>=5.0.0,<6.0.0
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
cd "$(dirname "$0")/.."

rm -rf .venv
pip3 install uv==0.1.24
pip3 install uv
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt

0 comments on commit 7afb915

Please sign in to comment.