File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 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
9898# Ensure we run compatible with musllinux build env
9999numpy==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
Original file line number Diff line number Diff line change @@ -227,3 +227,4 @@ norecursedirs = [
227227]
228228log_format = " %(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
229229log_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
1616pre-commit==2.20.0
1717pylint==2.15.6
1818pipdeptree==2.3.1
19- pytest-aiohttp==0.3.0
19+ pytest-asyncio==0.20.2
20+ pytest-aiohttp==1.0.4
2021pytest-cov==3.0.0
2122pytest-freezegun==0.4.2
2223pytest-socket==0.5.1
Original file line number Diff line number Diff line change 110110# Ensure we run compatible with musllinux build env
111111numpy==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
You can’t perform that action at this time.
0 commit comments