Paul Haerle
Paul Haerle
I've tested this PR after rebasing it on the current master branch and it continued to work fine while providing an easier API, in my opinion. Is there anything blocking...
Isn't this at least worked around now, that we don't rely on auto-discovery by default but explicitly specify projects? If so could this issue be closed?
I can reproduce this. Exception means that the PyPDF used is too new for this build of odoo. Haven't looked into fixing this yet; Not sure when it changed either.
> dream2nix ignores the requirements/specifications (currently), right? > it purely takes all packages (by name) from pypiSnapshotDate = "2023-04-01 No, it respects version, environment and extra markers. There's most probably...
Still a problem on latest main. > dream2nix ignores the requirements/specifications (currently), right? To elaborate on that: It respects those markers, but we currently only rely on the markers in...
Hello & thanks for your contribution @DanLipsitt ! It's a bit unlucky timing, due to the v1 switch as @DavHau wrote. We also started to use nix-community's hercules-ci.com account for...
Yes, support for them hasn't been implemented yet.
> What is the transform you do at a high level? From lock file to ... venv? sys.path entry (flat directory of installed wheels) or something else? I'd say "something...
> Would it still work with the max-date setting that's currently supported by the pip locker? That's very handy! @DavHau and me recently wondered if there are any real use...
Hello, I am giving a python module for dream2nix based on pex lock files and pyproject.nix a try - see #611 for details. * `pex` and `pex3 lock create` don't...