diff --git a/.circleci/config.yml b/.circleci/config.yml index 735aa9be0c2..c286f821e8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }} @@ -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)" diff --git a/Makefile.envs b/Makefile.envs index 443e7c8cef3..4fae0354bf9 100644 --- a/Makefile.envs +++ b/Makefile.envs @@ -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) \