Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

test_bdb is sensitive to sys.meta_path manipulation #93951

Closed
@jaraco

Description

@jaraco

Here's a repro not involving Setuptools showing howtest_bdb is sensitive tosys.meta_path manipulation:

FROM jaraco/multipy-toxRUN apt install -y libarchive-toolsRUN apt install -y build-essential gdb lcov pkg-config libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev lzma lzma-dev tk-dev uuid-dev zlib1g-devRUN wget -O - https://github.com/python/cpython/archive/refs/heads/3.9.zip | bsdtar -xf -WORKDIR cpython-3.9RUN sh ./configure --prefix /opt/pythonRUN make installWORKDIR /RUN /opt/python/bin/python3 -m pip install --upgrade pipRUN /opt/python/bin/python3 -m pip uninstall -y setuptoolsRUN echo "import sys; sys.meta_path.insert(0, type('NullFinder', (), dict(find_spec=lambda *args: None))())" > /opt/python/lib/python3.9/site-packages/null-finder.pthCMD /opt/python/bin/python3 -m test_bdb

It fails with a similar error:

AssertionError: Wrong event type at expect_set item 2, got 'call'  Expected: ('line', 3, 'tfunc_import')  Got:      ('call', 1, '<lambda>'),        ('quit',),

Originally posted by@jaraco in#91169 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp