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 b6713ca commit a590785Copy full SHA for a590785
.github/workflows/ci-emscripten.yaml
@@ -89,8 +89,11 @@ 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
+ # the test runner picking up the local numcodecs package. Plus let
93
+ # pytest inherit its configuration from pyproject.toml.
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