Skip to content

Commit 3e1a968

Browse files
Revert "Let pytest inherit config for doctests"
This reverts commit a590785.
1 parent a590785 commit 3e1a968

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,8 @@ 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. Plus let
93-
# pytest inherit its configuration from pyproject.toml.
92+
# the test runner picking up the local numcodecs package
9493
cd docs
95-
cp ../pyproject.toml .
96-
9794
9895
# Don't use the cache provider plugin, as it doesn't currently work
9996
# with Pyodide: https://github.com/pypa/cibuildwheel/issues/1966

0 commit comments

Comments
 (0)