Skip to content

Commit cac7150

Browse files
committed
tests: bump pytest-asyncio
- fixes #1630
1 parent 6338f62 commit cac7150

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.meta/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre-commit
22
pytest
3-
pytest-asyncio
3+
pytest-asyncio>=0.24
44
pytest-cov
55
pytest-timeout
66
git+https://github.com/casperdcl/nbval.git@master#egg=nbval

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- numpy
3838
- pandas
3939
- pytest-timeout
40-
- pytest-asyncio>0.21
40+
- pytest-asyncio>=0.24
4141
- repo: https://github.com/PyCQA/flake8
4242
rev: 7.1.1
4343
hooks:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pytest
2121
- pytest-cov
2222
- pytest-timeout
23-
- pytest-asyncio
23+
- pytest-asyncio>=0.24
2424
- coverage
2525
# extras
2626
- dask # dask

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ classifiers = [
8484
dependencies = ['colorama; platform_system == "Windows"']
8585

8686
[project.optional-dependencies]
87-
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio", "nbval"]
87+
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]
8888
discord = ["requests"]
8989
slack = ["slack-sdk"]
9090
telegram = ["requests"]

0 commit comments

Comments
 (0)