mirror of https://github.com/pyodide/pyodide.git
Use pytest-pyodide 0.55.1 (#4303)
This commit is contained in:
parent
93178ecb39
commit
a51e6f8486
|
@ -59,7 +59,7 @@ xbuildenv = "pyodide_build.cli.xbuildenv:app"
|
|||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest",
|
||||
"pytest-pyodide==0.54.0",
|
||||
"pytest-pyodide==0.55.1",
|
||||
]
|
||||
deploy = [
|
||||
"boto3",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# build
|
||||
cmake
|
||||
ruamel.yaml
|
||||
# lint
|
||||
pre-commit
|
||||
# testing
|
||||
build==1.0.3
|
||||
sphinx-click
|
||||
hypothesis
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytest-httpserver
|
||||
pytest-benchmark
|
||||
pytest-pyodide==0.54.0
|
||||
# build
|
||||
cmake
|
||||
ruamel.yaml
|
||||
# lint
|
||||
pre-commit
|
||||
# testing
|
||||
build==1.0.3
|
||||
sphinx-click
|
||||
hypothesis
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytest-httpserver
|
||||
pytest-benchmark
|
||||
pytest-pyodide==0.55.1
|
||||
|
|
Loading…
Reference in New Issue