Skip to content

Commit

Permalink
Install pytest-pyodide in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 5, 2023
1 parent ae62e58 commit 40d7574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
steps:
- checkout

- run:
name: install no-ctypes branch of pytest-pyodide
command: |
pip install git+https://github.com/hoodmane/pytest-pyodide@no-ctypes
- restore_cache:
keys:
- -core-v20220915-{{ checksum "cpython/Makefile" }}-{{ checksum "Makefile.envs" }}
Expand Down Expand Up @@ -305,6 +300,7 @@ jobs:
mkdir test-results
pip install -r requirements.txt
pip install -e ./pyodide-build
pip install git+https://github.com/hoodmane/pytest-pyodide@no-ctypes
npm install -g node-fetch@2
if [ -z "<< parameters.cache-dir >>" ]; then
export CACHE_DIR=".test_cache/.pytest_cache_$(echo $RANDOM | md5sum | head -c 10)"
Expand Down
1 change: 0 additions & 1 deletion Makefile.envs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ ifeq ($(DISABLE_DYLINK), 1)
-s TOTAL_MEMORY=20971520 \
-s ALLOW_MEMORY_GROWTH=1 \
-s STACK_SIZE=5MB \
--closure=0 \
-sWASM_BIGINT \
-sEXPORTED_FUNCTIONS='$(EXPORTS)'\
-lpython$(PYMAJOR).$(PYMINOR)$(CPYTHON_ABI_FLAGS) \
Expand Down

0 comments on commit 40d7574

Please sign in to comment.