Closed kloczek closed 2 years ago
Because prev issues I had some units in --deselect. That one unit fail it is definitely new one. Here is updated list of all fails without any units in --deselect list
Okay - so it's no obvious to me what value this provides. I've never really got the "bundle this python package with the OS" thing. A quick look at the error messages makes it look like the build process you're using there doesn't install the correct set of dependencies / versions.
I couldn't replicate what you're doing here. I started by trying to run this...
$ python3 -sBm build -w --no-isolation
/Library/Frameworks/Python.framework/Versions/3.9/bin/python3: No module named build
If you can completely describe to me exactly what set of commands to use, then we might put some time into tweaking things around to facilitate this kind of packaging.
(Converting to a discussion because I don't consider this a blocking issue, from my perspective.)
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesHere is pytest output: