trezor / trezor-user-env

Development tool for Trezor developers
27 stars 28 forks source link

poetry install warning #269

Closed szymonlesisz closed 1 month ago

szymonlesisz commented 1 month ago

Running user-env in nix-shell

[~/Workspace/trezor-user-env] nix-shell
[nix-shell:~/Workspace/trezor-user-env]$ poetry install 
Installing dependencies from lock file

No dependencies to install or update

Installing the current project: trezor-user-env (0.0.0)
Warning: The current project could not be installed: No file/folder found for package trezor-user-env
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!
szymonlesisz commented 1 month ago

ah, i guess i should use poetry install --no-root --without dev but the same issue is present in validation CI job

run: nix-shell --run "poetry install"