Open kloczek opened 1 year ago
See tox.ini for the list of packages that need to be installed for unit tests.
Looks like only missing module was websocket-client
and aiohttp
(looks like pytest-timeout
and requests
not been used)
Thank you for the hints 👍 😄
After add those module fixed pytest which now is finishing with exit 0 however I see some warnings
@kloczek the same warnings exist in the official builds. I will look at them.
Thank you for the confirmation 👍
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 pytest output:
Here is list of installed modules in build env