| 25 Nov 2023 |
zopieux | call for help: nix-build -A tests.writers.simple.pypy2 fails because it invokes a py3 file with a py2 interpreter, but according to this bit it should use py2; so I suppose there some plumbing not working as it should? | 10:47:05 |
zopieux | looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7, which uses py3 hook with a py2 interpreter | 10:48:51 |
zopieux | * looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7-pycparser which uses py3 hook with a py2 interpreter | 10:49:06 |
zopieux | (the issue gets fixed if I make the py3 hook py2-compatible) | 10:50:54 |
zopieux | * (the issue gets fixed if I make the py3 hook py2-compatible, but that's not a proper fix) | 10:52:23 |
Ivan Mincik (imincik) | May I kindly as somebody with write permissions to merge this PR ? Thank you very much. | 11:00:07 |
@augustebaum:matrix.org | looking at python3Packages.pydantic-extra-types | 11:06:40 |