From 8ff593011c2bbba7c3555df9f1c7e10c9777b209 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 25 Nov 2024 19:35:17 +0100 Subject: [PATCH] build: poetry: disable package mode Fixes the following warning: Warning: The current project could not be installed: No file/folder found for package trezor-firmware If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error! [no changelog] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e826bec646..7990bb7679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "trezor-firmware" version = "0.0.0" description = "" authors = ["SatoshiLabs "] +package-mode = false [tool.poetry.dependencies] # all