Skip to content

Commit 5ed9d4a

Browse files
authored
Merge branch 'main' into pydap4_scale
2 parents 511da84 + 23be035 commit 5ed9d4a

28 files changed

+856
-133
lines changed

ci/minimum_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"coveralls",
3131
"pip",
3232
"pytest",
33+
"pytest-asyncio",
3334
"pytest-cov",
3435
"pytest-env",
3536
"pytest-mypy-plugins",

ci/requirements/all-but-dask.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies:
2828
- pip
2929
- pydap
3030
- pytest
31+
- pytest-asyncio
3132
- pytest-cov
3233
- pytest-env
3334
- pytest-mypy-plugins

ci/requirements/all-but-numba.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
4242
- pydap
4343
- pytest
44+
- pytest-asyncio
4445
- pytest-cov
4546
- pytest-env
4647
- pytest-mypy-plugins

ci/requirements/bare-min-and-scipy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- coveralls
88
- pip
99
- pytest
10+
- pytest-asyncio
1011
- pytest-cov
1112
- pytest-env
1213
- pytest-mypy-plugins

ci/requirements/bare-minimum.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- coveralls
88
- pip
99
- pytest
10+
- pytest-asyncio
1011
- pytest-cov
1112
- pytest-env
1213
- pytest-mypy-plugins

ci/requirements/environment-3.14.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies:
3737
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
3838
- pydap
3939
- pytest
40+
- pytest-asyncio
4041
- pytest-cov
4142
- pytest-env
4243
- pytest-mypy-plugins

ci/requirements/environment-windows-3.14.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- pyarrow # importing dask.dataframe raises an ImportError without this
3333
- pydap
3434
- pytest
35+
- pytest-asyncio
3536
- pytest-cov
3637
- pytest-env
3738
- pytest-mypy-plugins

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- pyarrow # importing dask.dataframe raises an ImportError without this
3333
- pydap
3434
- pytest
35+
- pytest-asyncio
3536
- pytest-cov
3637
- pytest-env
3738
- pytest-mypy-plugins

ci/requirements/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies:
3838
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
3939
- pydap
4040
- pytest
41+
- pytest-asyncio
4142
- pytest-cov
4243
- pytest-env
4344
- pytest-mypy-plugins

ci/requirements/min-all-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies:
4040
- pip
4141
- pydap=3.5.0
4242
- pytest
43+
- pytest-asyncio
4344
- pytest-cov
4445
- pytest-env
4546
- pytest-mypy-plugins

0 commit comments

Comments
 (0)