tests: sync deps

This commit is contained in:
Casper da Costa-Luis 2024-11-09 15:13:51 +00:00
parent c66458d9ac
commit 342b15ed68
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
3 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ pytest
pytest-asyncio
pytest-cov
pytest-timeout
nbval
git+https://github.com/casperdcl/nbval.git@master#egg=nbval
ipywidgets

View File

@ -21,7 +21,6 @@ dependencies:
- pytest-cov
- pytest-timeout
- pytest-asyncio
- nbval
- coverage
# extras
- dask # dask
@ -41,6 +40,7 @@ dependencies:
- pygments
- pymdown-extensions
- pip:
- git+https://github.com/casperdcl/nbval.git@master#egg=nbval # tests (native)
- py-make >=0.1.0 # `make/pymake`
- mkdocs-minify-plugin # `cd docs && pymake`
- git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake`

View File

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