Skip to content

Commit a590785

Browse files
Let pytest inherit config for doctests
1 parent b6713ca commit a590785

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,11 @@ jobs:
8989
# TODO: get zfpy built in Pyodide and install it here
9090
9191
# Change into a different directory before running tests to avoid
92-
# the test runner picking up the local numcodecs package
92+
# the test runner picking up the local numcodecs package. Plus let
93+
# pytest inherit its configuration from pyproject.toml.
9394
cd docs
95+
cp ../pyproject.toml .
96+
9497
9598
# Don't use the cache provider plugin, as it doesn't currently work
9699
# with Pyodide: https://github.com/pypa/cibuildwheel/issues/1966

0 commit comments

Comments
 (0)