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
install .whl file in </install/prefix>
run pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
pytest without params is not able to find any units and only when I've passed tests/* as parameter it was ble to find units however some of them are failing.
pytest shows as well some warnings.
Here is pytest output:
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
pytest without params is not able to find any units and only when I've passed
tests/*
as parameter it was ble to find units however some of them are failing. pytest shows as well some warnings. Here is pytest output: