From a51e6f848631dd58f00ef4a54e19e522efa077b9 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 18 Nov 2023 00:38:04 -0800 Subject: [PATCH] Use pytest-pyodide 0.55.1 (#4303) --- pyodide-build/pyproject.toml | 2 +- requirements.txt | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pyodide-build/pyproject.toml b/pyodide-build/pyproject.toml index 840d285af..aedb8c382 100644 --- a/pyodide-build/pyproject.toml +++ b/pyodide-build/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 55e276eaf..b800a9a27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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