You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
± git bisect bad
3d3ec5724c6f76bc07d0631ec8061f26f9ecac4c is the first bad commit
commit 3d3ec5724c6f76bc07d0631ec8061f26f9ecac4c
Author: patchback[bot] <45432694+patchback[bot]@users.noreply.github.com>
Date: Thu Sep 26 01:26:01 2024 +0000
Fix KeyError with importlib mode (directories with same name) (#12752) (#12843)
Directories inside a namespace package with the same name as the namespace package would cause a `KeyError` with `--import-mode=importlib`.
Fixes #12592
Co-authored-by: Bruno Oliveira <[email protected]>
(cherry picked from commit 6486c3f3a858a0c8043f5c3f7c24297b82a0abe4)
Co-authored-by: dongfangtianyu <[email protected]>
changelog/12592.bugfix.rst | 1 +
src/_pytest/pathlib.py | 131 +++++++++++++++++++++++++++++++++------------
testing/test_pathlib.py | 74 ++++++++++++++++++++++++-
3 files changed, 171 insertions(+), 35 deletions(-)
create mode 100644 changelog/12592.bugfix.rst
I'm attaching a minimal project that should reproduce the problem. reproduce.zip
The text was updated successfully, but these errors were encountered:
Starting in 8.3.4, running
pytest
using--import-mode importlib
with the following directory structure no longer works.test_version.py
attempts to import frommypkg
and fails:pytest.ini
contains:git bisect
says:I'm attaching a minimal project that should reproduce the problem.
reproduce.zip
The text was updated successfully, but these errors were encountered: