Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15651

Re: Pytest 8.x bug? "Permission denied: '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'"

From Julian Gilbey <julian@d-and-j.net>
Newsgroups linux.debian.maint.python
Subject Re: Pytest 8.x bug? "Permission denied: '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'"
Date 2024-03-27 18:20 +0100
Message-ID <ImF6q-24Na-3@gated-at.bofh.it> (permalink)
References <ImyxY-20ND-13@gated-at.bofh.it> <Imzkm-21k7-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Mar 27, 2024 at 11:36:55AM +0100, Timo Röhling wrote:
> Hi,
> 
> Am 27. März 2024 10:59:46 MEZ schrieb Julian Gilbey <julian@d-and-j.net>:
> >I'm stymied by a pytest-related bug.  I thought it was a bug in a
> >particular pytest plugin (pytest-order), but it's now shown up in
> >another pytest plugin as well, so I wonder if either there's a bug in
> >pytest 8.x or something subtle has changed that requires a
> >modification to the plugins.  I couldn't see anything obvious on the
> >pytest changelog page, and the error message itself is mysterious to
> >me.  The bug does not show with pytest 7.4.4, so it is certainly
> >related to the new pytest version.
> I wasn't able to pinpoint the cause yet, but I noticed that the failing sessions have "rootdir: /tmp" instead of the usual /tmp/autopkgtest-lxc.*/downtmp/autopkgtest_tmp/build

Ah, I think you've hit the nail on the head!!

https://github.com/pytest-dev/pytest/issues/11781

And then pytest looks for any __init__.py file it can find, including
in unreadable directories...

Unfortunately, changing the argument from str(tmpdir) to
f"--rootdir={tmpdir}" caused my computer to crash (CPU usage went
through the roof until the computer became unresponsive) - clearly
there's something not quite right here yet!!

Best wishes,

   Julian

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Pytest 8.x bug?  "Permission denied:  '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'" Julian Gilbey <julian@d-and-j.net> - 2024-03-27 11:20 +0100
  Re: Pytest 8.x bug?  "Permission denied: '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'" Timo Röhling <timo@gaussglocke.de> - 2024-03-27 12:10 +0100
    Re: Pytest 8.x bug?  "Permission denied:  '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'" Julian Gilbey <julian@d-and-j.net> - 2024-03-27 16:40 +0100
    Re: Pytest 8.x bug?  "Permission denied:  '/tmp/systemd-private-...-systemd-logind.service-.../__init__.py'" Julian Gilbey <julian@d-and-j.net> - 2024-03-27 18:20 +0100

csiph-web