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....@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 <nicodde...@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
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to