Use pytest-pyodide 0.55.1 (#4303)

This commit is contained in:
Hood Chatham 2023-11-18 00:38:04 -08:00 committed by GitHub
parent 93178ecb39
commit a51e6f8486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -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",

View File

@ -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