Replies: 4 comments 1 reply
-
Hmm, I checkout the repo and checked the test and tried to somehow isolate the reproducer with:
@hannes101 can you share your src.rpm so I can try with that? |
Beta Was this translation helpful? Give feedback.
-
Hey @xsuchy I think it's easiest, if you are using the one from the build here: |
Beta Was this translation helpful? Give feedback.
-
I tried to build this package:
and it works (minus the issue with groups).
and I got an error. It is different one though:
So this may be arch related. Quick'n'dirty fix may be to resubmit to Koji again and hope that you get x86_64 builder. |
Beta Was this translation helpful? Give feedback.
-
FYI: I realized that the related test does not use the real file system but a PyFakeFS file system. Investigation is ongoing... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am upstream maintainer of Back In Time investigating an issue a distro maintainer from Fedora reported to me (backintime#1911). I also postet about the problem on the python-list.
I am not familiar with Fedora, rpm or mock.
The test suite of "Back In Time" does read and write to the real file system.
One test fails because a temporary directory is cleaned up using
shutil.rmtree()
. Please see full output below. This is the line of interest causing the error I think.Do you have any idea what could cause this or what is behind it?
Do you mind givin me a minmal tutorial how to "create" such a mock environment on my own. In this case I could start a Python REPL or a minimal Python script investigating the problem further.
Thanks in advance,
Christian Buhtz
Beta Was this translation helpful? Give feedback.
All reactions