[Pytest-commit] [pytest-dev/pytest] 50764d: Avoid interactive pdb when pytest tests itself - f...

Bruno Oliveira nicoddemus at gmail.com
Wed Jul 26 09:37:50 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 50764d9ebbea4cd15717e49ba4ef4f467254a2be
      https://github.com/pytest-dev/pytest/commit/50764d9ebbea4cd15717e49ba4ef4f467254a2be
  Author: Andras Tim <andras.tim at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M _pytest/pytester.py
    A changelog/2023.bugfix

  Log Message:
  -----------
  Avoid interactive pdb when pytest tests itself - fix #2023

The debugging.py calls post_mortem() on error and pdb will drops an
interactive debugger when the stdin is a readable fd.


  Commit: 2c2cf81d0a86c031d73f95f4c7b64ebbd5122f58
      https://github.com/pytest-dev/pytest/commit/2c2cf81d0a86c031d73f95f4c7b64ebbd5122f58
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
    M _pytest/pytester.py
    A changelog/2023.bugfix

  Log Message:
  -----------
  Merge pull request #2580 from andras-tim/fix-runpytest-subprocess

Avoid interactive pdb when pytest tests itself - fix #2023


Compare: https://github.com/pytest-dev/pytest/compare/79097e84e2f4...2c2cf81d0a86


More information about the pytest-commit mailing list