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 pre-commit
pytest pytest
pytest-asyncio pytest-asyncio>=0.24
pytest-cov pytest-cov
pytest-timeout pytest-timeout
git+https://github.com/casperdcl/nbval.git@master#egg=nbval git+https://github.com/casperdcl/nbval.git@master#egg=nbval

View File

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

View File

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

View File

@ -84,7 +84,7 @@ classifiers = [
dependencies = ['colorama; platform_system == "Windows"'] dependencies = ['colorama; platform_system == "Windows"']
[project.optional-dependencies] [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"] discord = ["requests"]
slack = ["slack-sdk"] slack = ["slack-sdk"]
telegram = ["requests"] telegram = ["requests"]