File tree 4 files changed +3
-7
lines changed
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ hyperframe>=5.2.0
98
98
# Ensure we run compatible with musllinux build env
99
99
numpy==1.23.2
100
100
101
- # pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
102
- pytest_asyncio==1000000000.0.0
103
-
104
101
# Prevent dependency conflicts between sisyphus-control and aioambient
105
102
# until upper bounds for sisyphus-control have been updated
106
103
# https://github.com/jkeljo/sisyphus-control/issues/6
Original file line number Diff line number Diff line change @@ -227,3 +227,4 @@ norecursedirs = [
227
227
]
228
228
log_format = " %(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
229
229
log_date_format = " %Y-%m-%d %H:%M:%S"
230
+ asyncio_mode = " auto"
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ mypy==0.991
16
16
pre-commit==2.20.0
17
17
pylint==2.15.6
18
18
pipdeptree==2.3.1
19
- pytest-aiohttp==0.3.0
19
+ pytest-asyncio==0.20.2
20
+ pytest-aiohttp==1.0.4
20
21
pytest-cov==3.0.0
21
22
pytest-freezegun==0.4.2
22
23
pytest-socket==0.5.1
Original file line number Diff line number Diff line change 110
110
# Ensure we run compatible with musllinux build env
111
111
numpy==1.23.2
112
112
113
- # pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
114
- pytest_asyncio==1000000000.0.0
115
-
116
113
# Prevent dependency conflicts between sisyphus-control and aioambient
117
114
# until upper bounds for sisyphus-control have been updated
118
115
# https://github.com/jkeljo/sisyphus-control/issues/6
You can’t perform that action at this time.
0 commit comments