diff --git a/requirements.txt b/requirements.txt index 7cf94b9..f0781bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +pytest-cov>=5.0.0,<6.0.0 \ No newline at end of file diff --git a/scripts/setup.sh b/scripts/setup.sh index 66d51d8..5ebbb3e 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -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