> On 24 Oct 2024, at 15:07, Christian Buhtz via Python-list > <python-list@python.org> wrote: > > On one hand Fedora seems to use a tool called "mock" to build packages in a > chroot environment. > On the other hand the test suite of "Back In Time" does read and write to the > real file system. I am a Fedora packager and can help explain what is the tools are doing. Mock runs the build in a chroot env that allows for reproducible clean room builds. Sort like a container. This is nothing to do with the python mock package. What do you mean by the real file sustem? You cannot write to the /usr file system. Is that what your tests do? If so that needs changing. Barry -- https://mail.python.org/mailman/listinfo/python-list
- shutil.rmtree() fails when used in Fedora ... Christian Buhtz via Python-list
- Re: shutil.rmtree() fails when used i... Left Right via Python-list
- Re: shutil.rmtree() fails when us... MRAB via Python-list
- Re: shutil.rmtree() fails whe... Left Right via Python-list
- Re: shutil.rmtree() fails... MRAB via Python-list
- Re: shutil.rmtree() ... Left Right via Python-list
- Re: shutil.rmtre... MRAB via Python-list
- Re: shutil.r... Dan Sommers via Python-list
- Re: shutil.r... Left Right via Python-list
- Re: shutil.rmtree() fails when us... Christian Buhtz via Python-list
- Re: shutil.rmtree() fails when used i... Barry via Python-list
- Re: shutil.rmtree() fails when us... Christian Buhtz via Python-list
- Re: shutil.rmtree() fails whe... Christian Buhtz via Python-list
- Re: shutil.rmtree() fails when used i... MRAB via Python-list
- Re: shutil.rmtree() fails when used i... Christian Buhtz via Python-list
- Re: shutil.rmtree() fails when us... Barry via Python-list