Skip to content

pdb + expect tests failing in Python 3.7 #10042

Open
@nicoddemus

Description

@nicoddemus

Link to a failing build:

https://github.com/pytest-dev/pytest/runs/6860982658

FAILED testing/test_debugging.py::TestPDB::test_pdb_interaction_capturing_simple - pexpect.exceptions.TIMEOUT: Timeout exceeded.
FAILED testing/test_debugging.py::TestPDB::test_pdb_interaction_capturing_twice - pexpect.exceptions.TIMEOUT: Timeout exceeded.
FAILED testing/test_debugging.py::TestPDB::test_pdb_with_injected_do_debug - assert False
FAILED testing/test_debugging.py::TestDebuggingBreakpoints::test_pdb_not_altered - pexpect.exceptions.TIMEOUT: Timeout exceeded.
FAILED testing/test_debugging.py::test_pdb_suspends_fixture_capturing[capfd] - assert 'out_inner' not in ') c\r\n\r\n...========\r\n'
FAILED testing/test_debugging.py::test_pdb_suspends_fixture_capturing[capsys] - assert 'out_inner' not in ') c\r\n\r\n...========\r\n'

Marking those tests as xfail so they get out of the way for now, but the cause of the errors should be investigated eventually.

Tests marked as xfail in #10043.

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform: linuxlinux platform-specific problemplugin: debuggingrelated to the debugging builtin plugintype: infrastructureimprovement to development/releases/CI structure

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions