You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: