Skip to content

Commit

Permalink
update test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
040medien committed Oct 29, 2024
1 parent f13e176 commit 767d92c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.10"
python-version: "3.12"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v4"
with:
python-version: "3.10"
python-version: "3.12"
- run: python3 -m pip install black
- run: black .

Expand All @@ -43,7 +43,7 @@ jobs:
# - name: Setup Python
# uses: "actions/setup-python@v1"
# with:
# python-version: "3.10"
# python-version: "3.12"
# - name: Install requirements
# run: python3 -m pip install -r requirements_test.txt
# - name: Run tests
Expand Down
5 changes: 4 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pytest-homeassistant-custom-component==0.12.49
pytest-homeassistant-custom-component==0.13.45
pytest==8.3.3
pytest-cov==5.0.0
pytest-xdist==3.6.1

0 comments on commit 767d92c

Please sign in to comment.