mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Fix zz_examples tests (pin dependencies) (#1477)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user