Skip to content

Commit 12a9c81

Browse files
author
James Boulton
committed
update tests
1 parent a3b7e60 commit 12a9c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install tox tox-gh-actions
21+
pip install 'tox>=4.0' tox-gh-actions
2222
- name: Test with tox
2323
run: tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ commands =
2020
[testenv:flake8]
2121
basepython = python3.13
2222
deps = flake8
23-
commands = flake8 dashio Examples tests utilities
23+
commands = flake8 dashio tests utilities

0 commit comments

Comments
 (0)