mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Add more versions to testing matrix (#1040)
* Add more versions to testing matrix * Update mypy-dev dep * fix sed
This commit is contained in:
parent
fc46ed73b6
commit
7d265e9928
3 changed files with 65 additions and 52 deletions
|
|
@ -9,6 +9,11 @@ if grep -q 'codecov' core/requirements_test.txt; then
|
|||
# however it is removed from PyPI, so we cannot install it
|
||||
sed -i '/codecov/d' core/requirements_test.txt
|
||||
fi
|
||||
|
||||
if grep -q 'mypy-dev==1.10.0a3' core/requirements_test.txt; then
|
||||
# mypy-dev==1.10.0a3 seems to not be available anymore, HA 2024.4 and 2024.5 are affected
|
||||
sed -i 's/mypy-dev==1.10.0a3/mypy-dev==1.10.0b1/' core/requirements_test.txt
|
||||
fi
|
||||
pip install -r core/requirements_test.txt
|
||||
|
||||
pip install -e core/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue