Closed kloczek closed 1 year ago
Please make sure you install the dependencies from dev_requirements.txt
.
Can you please tell me which version of strace is installed. And provide strace output file from the failing test.
Please make sure you install the dependencies from
dev_requirements.txt
.
After add doit-py
to build env
Can you please tell me which version of strace is installed. And provide strace output file from the failing test.
Latest 5.17.
[tkloczko@devel-g2v tests]$ strace -V
strace -- version 5.17 strace-devel@lists.strace.io
Copyright (c) 1991-2022 The strace developers <>.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Optional features enabled: stack-trace=libdw stack-demangle m32-mpers mx32-mpers
I'm not sure is it wahat yuo are asking for .. output of the failing units in in pytest output 🤔
I faced this issue when upgrading to ubuntu 22.4 . I guess the problem is that strace now also reports the dirs... so I just needed to amend the tests.
BTW is it any plan to release new version?
BTW is it any plan to release new version?
yes, soon. working on it.
I'm trying to package 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 pytest output: