mirror of https://github.com/tqdm/tqdm.git
tests: sync deps
This commit is contained in:
parent
c66458d9ac
commit
342b15ed68
|
@ -3,5 +3,5 @@ pytest
|
|||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytest-timeout
|
||||
nbval
|
||||
git+https://github.com/casperdcl/nbval.git@master#egg=nbval
|
||||
ipywidgets
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue