We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
1 parent a590785 commit 3e1a968Copy full SHA for 3e1a968
.github/workflows/ci-emscripten.yaml
@@ -89,11 +89,8 @@ jobs:
89
# TODO: get zfpy built in Pyodide and install it here
90
91
# Change into a different directory before running tests to avoid
92
- # the test runner picking up the local numcodecs package. Plus let
93
- # pytest inherit its configuration from pyproject.toml.
+ # the test runner picking up the local numcodecs package
94
cd docs
95
- cp ../pyproject.toml .
96
-
97
98
# Don't use the cache provider plugin, as it doesn't currently work
99
# with Pyodide: https://github.com/pypa/cibuildwheel/issues/1966
0 commit comments