poetry2nix/tests/path-deps-develop/poetry.lock
Jairo Llopis 1baca43506
fix: support nullified editablePackageSources in mkPoetryEnv
See these docs: 99c7956835/README.md (L86)

They say that any dependency passed as `null` is forced to be non editable, even if it is marked as `develop = true` in `pyproject.toml`.

However, this was not being the case.

Added a test to prove the need for the fix.

@moduon MT-83
2022-04-14 09:29:55 +01:00

20 lines
352 B
TOML

[[package]]
name = "dep1"
version = "0.0.0"
description = ""
category = "main"
optional = false
python-versions = "*"
develop = true
[package.source]
type = "directory"
url = "dep1"
[metadata]
lock-version = "1.1"
python-versions = ">=3.6"
content-hash = "fda111f4898026d22d40f4d601bf3782b8ef7795da41cb780d59894a4732f8bc"
[metadata.files]
dep1 = []