buildPythonApplication
no longer checks that the dependencies are satisfied for pyproject
#253872
Labels
0.kind: bug
Something is broken
Steps To Reproduce
default.nix
:pyproject.toml
:example.py
:nix-build
Expected behavior
It fails to build:
Actual behavior
It builds successfully. Running the built program reveals missing dependencies:
Additional context
I've run git bisect.
The first bad commit is e1cafe6.
The last good commit is e8cca49.
The three commits between those (6c85fff, 0d76478, & 349f57f) just cause
nix-build
to go unresponsive and eat more and more RAM indefinitely.Notify maintainers
@FRidh
@mweinelt
@jonringer
@tjni
@fabaff
The text was updated successfully, but these errors were encountered: