1.92.0: pytest fails in 6 units #3677
Labels
contributors/good-first-issue
Good first issue for a contributor
contributors/welcome
Contributors are welcome to work on this
Description
Looks like pytest fails in 6 units.
Steps to reproduce
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 modulesinstaller
modulecut off from access to the public network
(pytest is executed with-m "not network"
)Observed result
Here is pytest output:
Expected result
pytest should not fail.
Additional environment details
List of installed modules in build env:
Please let me know if you need more details or want me to perform some diagnostics.
The text was updated successfully, but these errors were encountered: