Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
108 lines (65 loc) · 2.3 KB

CHANGELOG.rst

File metadata and controls

108 lines (65 loc) · 2.3 KB

2.0.1

  • This release is a dummy package requiring pytest 5.0: this plugin has been integrated into pytest 5.0, so this plugin should no longer be required (#36).

    Maintenance also has been moved to pytest core.

1.6.0

  • The warning about fault-handler timeout not being supported in some platforms has been moved to the section header (#32).
  • pytest 4.0+ is now required.

1.5.0

  • Support installation in PyPy (#28). Thanks @lazka for the PR.

1.4.1

  • Drop support for Python 2.6 and Python 3.3.
  • Fix crash when using pytester in default mode with newer pytest versions (#24). Thanks @njsmith for the patch.

1.4.0

  • Botched release, never published to PyPI.

1.3.1

  • Fix compatibility with xdist's looponfail mode (#19). Patch by @mhils.

1.3.0

  • Now traceback dumping due to an interactive exception is raised (#14). Thanks to @flub for the request.

1.2.0

  • Now traceback dumping due to a timeout is cancelled when entering pdb. Thanks to @The-Compiler for the request (#12).

1.1.0

  • --faulthandler-timeout option is now properly supported in Python 3+; also a warning is issued instead of an error on platforms without a faulthandler.dump_traceback_later function (#8).

1.0.1

Release to ensure Python 3.5 compatibility and to provide wheels on PyPI again.

1.0

First 1.0 release.

0.2

Now properly closing the stream used by the fault handler, thanks to complete PR by @The-Compiler. Many thanks!

0.1

First public release