Open kloczek opened 2 years ago
Here is pytest output:
I'm going to add above failing units temporary to --deselect list so .. no rush 😋
BTW: I have question. In pytest parames I've dded to --ignore list two fiels whoch are doing conda
related test
As I have no packaged conda
and don;t see for now sense to package it I'm ignoring those test.
Are those two files contains only conda
relatest tests? If not .. is it would be possibe to separate those conda
tests into files with onl;y conda
tests and or make conda tests optional? 🤔
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 modulesHere is list of modules installed in build env