Fix zz_examples tests (pin dependencies) (#1477)

This commit is contained in:
Jeff Glass
2023-05-18 19:27:47 -05:00
committed by GitHub
parent b0df96b13f
commit fb9b30d144

View File

@@ -3,9 +3,9 @@ channels:
- conda-forge
- microsoft
dependencies:
- python=3.11
- python=3.11.3
- pip
- pytest=7
- pytest=7.1.2
- nodejs=16
- black
- isort
@@ -16,9 +16,9 @@ dependencies:
- markdown
- toml
- pip:
- playwright
- pytest-playwright
- pytest-xdist
- playwright==1.33.0
- pytest-playwright==0.3.3
- pytest-xdist==3.3.0
# We need Pyodide and micropip so we can import them in our Python
# unit tests
- pyodide_py==0.22