I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
python3 -Bm build --no-isolation -w -s
install .whl file in </install/prefix>
"pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
python3 -Bm build --no-isolation -w -s
May I ask for help because few units are failing: