From 44387038b45a10742c0303069386353c15924718 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Mon, 31 Jul 2023 09:08:48 +0200 Subject: [PATCH] Stop manually building pytest-memray --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d5db935ed1be7..02c0724be7927 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,8 +12,8 @@ "ghcr.io/devcontainers/features/python:1": {} }, - // Install the local ddev cli at start time. (force the cython version to avoid ddev build error) - "postCreateCommand": "pip install \"cython<3.0.0\" && pip install --no-build-isolation \"pytest-memray>=1.4.0\" && pip install -e /workspaces/integrations-core/ddev" + // Install the local ddev cli at start time. + "postCreateCommand": "pip install -e /workspaces/integrations-core/ddev" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},