0.11.12: pytest fails in src/ablog/tests/test_parallel.py::test_not_safe_for_parallel_read
unit
#302
Labels
src/ablog/tests/test_parallel.py::test_not_safe_for_parallel_read
unit
#302
Describe the bug
Looks like pyta=est fails in
src/ablog/tests/test_parallel.py::test_not_safe_for_parallel_read
unit.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"
)Screenshots
Here is pytest output:
Please let me know if you need more details or want me to perform some diagnostics.
System Details
List of installed modules in build env:
Installation method
from source (.tar.gz), git checkout
The text was updated successfully, but these errors were encountered: