tests: bump pytest-asyncio

- fixes #1630
This commit is contained in:
Casper da Costa-Luis 2024-11-12 00:28:35 +00:00
parent 6338f62169
commit cac7150d7c
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pre-commit
pytest
pytest-asyncio
pytest-asyncio>=0.24
pytest-cov
pytest-timeout
git+https://github.com/casperdcl/nbval.git@master#egg=nbval

View File

@ -37,7 +37,7 @@ repos:
- numpy
- pandas
- pytest-timeout
- pytest-asyncio>0.21
- pytest-asyncio>=0.24
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:

View File

@ -20,7 +20,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-timeout
- pytest-asyncio
- pytest-asyncio>=0.24
- coverage
# extras
- dask # dask

View File

@ -84,7 +84,7 @@ classifiers = [
dependencies = ['colorama; platform_system == "Windows"']
[project.optional-dependencies]
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio", "nbval"]
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]
discord = ["requests"]
slack = ["slack-sdk"]
telegram = ["requests"]