Skip to content

Commit 181ffc9

Browse files
committed
Upgrade pytest-aiohttp
1 parent 4becb94 commit 181ffc9

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

homeassistant/package_constraints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ hyperframe>=5.2.0
9898
# Ensure we run compatible with musllinux build env
9999
numpy==1.23.2
100100

101-
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
102-
pytest_asyncio==1000000000.0.0
103-
104101
# Prevent dependency conflicts between sisyphus-control and aioambient
105102
# until upper bounds for sisyphus-control have been updated
106103
# https://github.com/jkeljo/sisyphus-control/issues/6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,4 @@ norecursedirs = [
227227
]
228228
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
229229
log_date_format = "%Y-%m-%d %H:%M:%S"
230+
asyncio_mode = "auto"

requirements_test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ mypy==0.991
1616
pre-commit==2.20.0
1717
pylint==2.15.6
1818
pipdeptree==2.3.1
19-
pytest-aiohttp==0.3.0
19+
pytest-asyncio==0.20.2
20+
pytest-aiohttp==1.0.4
2021
pytest-cov==3.0.0
2122
pytest-freezegun==0.4.2
2223
pytest-socket==0.5.1

script/gen_requirements_all.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@
110110
# Ensure we run compatible with musllinux build env
111111
numpy==1.23.2
112112
113-
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
114-
pytest_asyncio==1000000000.0.0
115-
116113
# Prevent dependency conflicts between sisyphus-control and aioambient
117114
# until upper bounds for sisyphus-control have been updated
118115
# https://github.com/jkeljo/sisyphus-control/issues/6

0 commit comments

Comments
 (0)