[TST]: pytest unable to find zmq_test_utils
module with --import-mode=importlib
#2020
Closed
1 task done
This is a pyzmq bug
What pyzmq version?
26.1.1
What libzmq version?
4.3.5
Python version (and how it was installed)
3.10.14
OS
Linux
What happened?
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"
)Looks like ATM pytest fails because missing
zmq_test_utils
module.Code to reproduce bug
Here is pytest output:
More info
List of installed modules in build env:
The text was updated successfully, but these errors were encountered: