Skip to content

Commit

Permalink
tests: bump pytest-asyncio
Browse files Browse the repository at this point in the history
- fixes #1630
  • Loading branch information
casperdcl committed Nov 12, 2024
1 parent 6338f62 commit cac7150
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .meta/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-timeout
- pytest-asyncio
- pytest-asyncio>=0.24
- coverage
# extras
- dask # dask
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit cac7150

Please sign in to comment.