From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 619B2457A4; Mon, 12 Aug 2024 20:55:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 365ED40664; Mon, 12 Aug 2024 20:55:19 +0200 (CEST) Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by mails.dpdk.org (Postfix) with ESMTP id DEAE740657 for ; Mon, 12 Aug 2024 20:55:17 +0200 (CEST) Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2f1926de474so3248381fa.3 for ; Mon, 12 Aug 2024 11:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723488917; x=1724093717; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ZQNEzDOSNiirA5csLGt0sV0y/IEsRrq/8/qY68VdzyA=; b=PBNBd7aOMQHr08MOtqCi++Cv08pGcwPrH7MzmeEYkwoayeTzlyMABrVUcd5DW5UDHP fw90hlV9hvpyTgysAGNyoTL36/wBIm11ADhqAGlWNWRS1tNWhOro50qsYI1T22vOixCy GGfMeOmoxeLuUH1H16q//RKLZwW/AaNlkr+hs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723488917; x=1724093717; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZQNEzDOSNiirA5csLGt0sV0y/IEsRrq/8/qY68VdzyA=; b=lORekZNkV2mtHiv2qTM/AlOgmQL0bxvwFNMWpHcmUwH17puDLGKgAin5gpIAqL+Huk kxbUFSOynchmrxaEjv6Lg1tM1Gp7qGi/H7MlvXVI8tropS9ncmxz1LQIwKkQoADdBt7V 5IzzAlzlqI7q2k9LQO1c3C0wVqMPBezXNW3Lln7XvdV4zj7H9Pg0vHh07nbbb6cq4lDc j6z9TYQWybHBFeULp3ootcYOFL5mf6E9NQDmW6+ghN7li3PeH5RJ9b/pg6NHYYgi4UCi OCSwCMnxSOryBND9868iWZ9XF1LlP8pYHdGxQo3lYb0dTZTSaQ35ZlX9FmsPKdbpf54K XDbg== X-Forwarded-Encrypted: i=1; AJvYcCWmbp2EJdBbqcgtUBkvzUl9MICW57vna3XNRybmnxbVI+xIzUH4nrmF6KWnO3cWK2iSmCU=@dpdk.org X-Gm-Message-State: AOJu0YxAGpAU7MF0JyDl+YNaRCuMCMQVH4n0oLi7hCzQojLZnq7bjsIS ecK3wgYV8i+XD2k3cNkTAXYiVebiN0RtBg+PhknWIno2VcitZsSEZeUecERTvlDuqXsw9u/Visu BZ1Ul+JOlBVV1GgWn/dDso5BMUsxXIY2cXcLQHA== X-Google-Smtp-Source: AGHT+IFVZpdmSGLGiC45LUaKKfO8Vhs3dyGkuW8oTzp5/L7KHDl+N0Hr9aUp4PT2fDtknYF/nR/5KO9dhH9N4eZidEo= X-Received: by 2002:a2e:a550:0:b0:2ef:24a9:6aa4 with SMTP id 38308e7fff4ca-2f2b70d359bmr6169641fa.0.1723488916796; Mon, 12 Aug 2024 11:55:16 -0700 (PDT) MIME-Version: 1.0 References: <20240812163538.29904-1-dmarx@iol.unh.edu> In-Reply-To: <20240812163538.29904-1-dmarx@iol.unh.edu> From: Nicholas Pratte Date: Mon, 12 Aug 2024 14:55:05 -0400 Message-ID: Subject: Re: [PATCH v1] dts: add package mode config and updated README To: Dean Marx Cc: probb@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Reviewed-by: Nicholas Pratte On Mon, Aug 12, 2024 at 12:35=E2=80=AFPM Dean Marx wrot= e: > > In the current DTS setup description, the user installs poetry > with the --no-root option. However, adding 'package-mode =3D false' > to the pyproject.toml sets the same configuration, and running > poetry install --no-root will become an error in a future > poetry version. > > Signed-off-by: Dean Marx > --- > dts/README.md | 4 ++-- > dts/pyproject.toml | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/dts/README.md b/dts/README.md > index ee3fa1c968..2b3a7f89c5 100644 > --- a/dts/README.md > +++ b/dts/README.md > @@ -37,7 +37,7 @@ to allow you to connect to hosts without specifying a p= assword. > ```shell > docker build --target dev -t dpdk-dts . > docker run -v $(pwd)/..:/dpdk -v /home/dtsuser/.ssh:/root/.ssh:ro -it dp= dk-dts bash > -$ poetry install --no-root > +$ poetry install > $ poetry shell > ``` > > @@ -46,7 +46,7 @@ $ poetry shell > ```shell > docker build --target dev -t dpdk-dts . > docker run -v $(pwd)/..:/dpdk -it dpdk-dts bash > -$ poetry install --no-root > +$ poetry install > $ poetry shell > ``` > > diff --git a/dts/pyproject.toml b/dts/pyproject.toml > index 0b9b09805a..712af2f01d 100644 > --- a/dts/pyproject.toml > +++ b/dts/pyproject.toml > @@ -3,6 +3,7 @@ > # Copyright(c) 2023 PANTHEON.tech s.r.o. > > [tool.poetry] > +package-mode =3D false > name =3D "dts" > version =3D "0.1.0" > description =3D "DPDK Test Suite." > -- > 2.44.0 >