Open kloczek opened 1 year ago
Many units are failing with NotImplementedError: To be implemented
.
Here is summaty pytest output:
Here is attachment with fupp pytest output python-pycryptodome.FAIL.txt
gentle ping .. any update? Just tested 3.20.0 and looks like now fails more units
Full pytest output in attacmnet python-pycryptodome.FAIL.txt
FYI I'm not expecting fixing those issues ASP but at least it would be good to know it is something known and is it only test suite issue or actual module code is somehow affected 🤔
This behavior is known, it is simply that tests cannot be done with pytest.
As setup.py test
has been deprecated, changes are needed to move off of it.
I'm packaging 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 modulescut off from access to the public network
(pytest is executed with-m "not network"
)Here is list of installed modules in build env