Sender | Message | Time |
---|---|---|
29 Apr 2024 | ||
08:22:13 | ||
12:26:53 | ||
13:02:53 | ||
15:29:44 | ||
Using the current version of the poetry2nix flake, I see poetry2nix being built against pkginfo 1.9.6. Unfortunately, to support metadata from the latest version of hatchling, we need pkginfo 1.10.x (per https://github.com/python-poetry/poetry/issues/9244). Because these are dependencies for poetry2nix itself rather than my project, the override mechanism doesn't apply; where should I start in trying to fix this? | 23:29:45 | |
30 Apr 2024 | ||
22:24:09 | ||
1 May 2024 | ||
15:07:27 | ||
In reply to @gaivs:matrix.orgNo, I got a network error. I will copy the error when I can | 16:14:16 | |
In reply to @rolandco:matrix.orgI ended up using dearpygui, works pretty well | 16:29:05 | |
Wow, there are like 50 PR which were merged or closed in the past 24h 👀 Thanks a lot for that ! ❤️ | 21:08:36 | |
6 May 2024 | ||
Redacted or Malformed Event | 02:07:32 | |
I'm trying to get I put together a repo for this request: https://github.com/MatrixManAtYrService/pytest_poetry2nix | 02:48:40 | |
In reply to @matrixman_:matrix.org pytest typically runs against the source code, so you shouldn't need to do anything special to achieve this. It's only if you want to run tests against the compiled application that you'd need to re-run nix develop to test against changed files. | 03:53:07 | |
In reply to @vengmark2:matrix.orgOh that makes sense. So instead of figuring out how to get an editable install via poetry2nix, I should be trying to figure out why the import is failing for whatever other reason. | 04:15:21 | |
In reply to @vengmark2:matrix.org* Oh that makes sense. So instead of figuring out how to get an editable install via poetry2nix, I should be trying to figure out why the import (test module importing app) is failing for whatever other reason. | 04:16:32 | |
* Oh that makes sense. So instead of figuring out how to get an editable install via poetry2nix, I should be trying to figure out why the import (test module importing app) is failing for whatever other reason. This is what I needed to hear l0b0 , thanks for the hint. | 04:22:53 | |
is poetry2nix using nixpkgs' package definitions or entirely it's own? | 12:26:56 | |
* is poetry2nix using nixpkgs' package definitions or entirely it's own? I just noticed pyyaml doesn't have libyaml as a dependency | 12:27:40 | |
By default, it gets everything from pypi. but you can override. | 12:33:16 | |
I'm not sure why was I under impression it reused overrides from nixpkgs as a base | 12:34:12 | |
there are default overrides from nixpkgs, in https://github.com/nix-community/poetry2nix/blob/master/overrides/build-systems.json & https://github.com/nix-community/poetry2nix/blob/master/overrides/default.nix | 13:02:08 | |
those are here to make packages from PyPI work | 13:02:18 | |
I mean, packages from PyPI can have additionnal non-PyPI dependecies and/or additionnal PyPI dependecies not declared (especially build systems) | 13:02:59 | |
17:01:08 | ||
any idea if it would be possible to install Ansible without the whole default galaxy collections set? | 17:57:37 | |
7 May 2024 | ||
When I set | 07:35:02 | |
19:18:03 | ||
8 May 2024 | ||
| 02:01:21 | |
*
https://github.com/nix-community/poetry2nix/issues/1645 | 02:01:25 | |
*
https://github.com/nix-community/poetry2nix/issues/1645 Any ideas? | 02:01:37 |