mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add python 3.10 to CI (#279)
* Add python 3.10 to CI * Require pytest >=6.2.5 Required for running on python 3.10 (https://github.com/pytest-dev/pytest/pull/8540) * Update lockfile * Update pre-commit hooks
This commit is contained in:
@@ -27,7 +27,7 @@ sphinx_rtd_theme = { version = "^0", optional = true }
|
||||
sphinxcontrib-programoutput = { version = "^0", optional = true }
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5"
|
||||
pytest = ">=6.2.5"
|
||||
pytest-cov = "^2"
|
||||
pytest-asyncio = "^0"
|
||||
pytest-sugar = "*"
|
||||
|
Reference in New Issue
Block a user