Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
@hugovk, I confirm :blush:
I think as-of now, this is a non-starter since test running is not standardized. Also, I think this is out of scope for the main CLI, though if test running...
For context, a reason why such a functionality could be desired is downstream packaging, where packaging Python projects could be fully automated. Eg. In Arch Linux we currently have to...
I think that introduces a fair bit of complexity, at which point I think the better way to deal with this use-case is to write a small script that does...
Yes, I wasn't aware of that, maybe it doesn't make much sense then though.
Okay, today I ran into a use-case where that action is a bit undesirable. I want to build a wheel as an intermediary step, and hynek's action always uploads the...
Sounds good. I generally try to follow https://diataxis.fr/, it might be worth a reading.
See https://setuptools.pypa.io/en/latest/userguide/datafiles.html#non-package-data-files. The shared data directory is leftover from old packaging tooling, and has a set of issues. It's difficult to support and is likely to be deprecated in [sysconfig](https://docs.python.org/3/library/sysconfig.html)...
#505 only mitigates the issue, instead of fixing the source. I feel like the proper fix should be around setting `RPATH` of the interpreter so that the link can be...
Does that realistically matter in systems where symlinks are available? Copy-based venvs exist primarily for Windows, where symlink support is problematic. Are there any use-cases for copy-based venvs in systems...